Skip to content

Commit

Permalink
Update zip requirement from 1.1.1 to 2.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [zip](https://github.com/zip-rs/zip2) to permit the latest version.
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](zip-rs/zip2@1.1.1...v2.0.0)

---
updated-dependencies:
- dependency-name: zip
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 24, 2024
1 parent be15f27 commit 258f861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsar-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ protobuf = "3.1.0"
sha1 = "0.10.1"
smallvec = "1.9.0"
thiserror = "1.0.31"
zip = { version = "1.1.1", default-features = false, features = ["deflate"] }
zip = { version = "2.0.0", default-features = false, features = ["deflate"] }
zstd = "0.13.0"

[target.'cfg(windows)'.dependencies]
Expand Down

0 comments on commit 258f861

Please sign in to comment.