Skip to content

Commit

Permalink
Update zip requirement from 0.6.6 to 2.1.4
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 19, 2024
1 parent 90fe07d commit 5217739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ default = ["aes-crypto", "bzip2", "deflate", "zstd"]

[dependencies]
log = "0.4.20"
zip = { version = "0.6.6", default_features = false }
zip = { version = "2.1.4", default_features = false }
thiserror = "1.0"

[dev-dependencies]
Expand Down

0 comments on commit 5217739

Please sign in to comment.