Skip to content

Commit

Permalink
deps(cargo): bump zip from 2.1.2 to 2.1.3 in the rust group
Browse files Browse the repository at this point in the history
Bumps the rust group with 1 update: [zip](https://github.com/zip-rs/zip2).


Updates `zip` from 2.1.2 to 2.1.3
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](zip-rs/zip2@v2.1.2...v2.1.3)

---
updated-dependencies:
- dependency-name: zip
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent 7f2626f commit 5d5469b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ windows-sys = { version = "0.52.0", features = [
"Win32_Security",
"Win32_System_Diagnostics_Debug",
] }
zip = { version = "2.1.2", default-features = false, features = [
zip = { version = "2.1.3", default-features = false, features = [
"deflate",
"bzip2",
] }
Expand Down

0 comments on commit 5d5469b

Please sign in to comment.