Skip to content

Commit

Permalink
Bump zip from 0.6.6 to 1.1.3
Browse files Browse the repository at this point in the history
Bumps [zip](https://github.com/zip-rs/zip2) from 0.6.6 to 1.1.3.
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zip-rs/zip2/commits/v1.1.3)

---
updated-dependencies:
- dependency-name: zip
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 1, 2024
1 parent 8f7769e commit 7424266
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 52 deletions.
150 changes: 100 additions & 50 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ os_pipe = "1.1.4"
reqwest = { version = "0.12", features = ["blocking", "rustls-tls"], default-features = false }
tar = "0.4.38"
tempfile = "3.5.0"
zip = { version = "0.6.4", features = ["deflate"] }
zip = { version = "1.1.3", features = ["deflate"] }
zstd = "0.13.0"

[build-dependencies]
Expand All @@ -31,7 +31,7 @@ rand = "0.8.5"
regex = "1.8.1"
reqwest = { version = "0.12", features = ["blocking", "rustls-tls"], default-features = false }
tar = "0.4.38"
zip = { version = "0.6.4", features = ["deflate"] }
zip = { version = "1.1.3", features = ["deflate"] }

[profile.release]
panic = "abort"
Expand Down

0 comments on commit 7424266

Please sign in to comment.