Skip to content

Commit

Permalink
Update zip requirement from 0.6.2 to 1.1.1
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: zip
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent d345f2b commit 566bf21
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 = "0.6.2", default-features = false, features = ["deflate"] }
zip = { version = "1.1.1", default-features = false, features = ["deflate"] }
zstd = "0.13.0"

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

0 comments on commit 566bf21

Please sign in to comment.