Skip to content

Commit

Permalink
chore(deps): update zip requirement from 0.6 to 1.3
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@v0.6.4...v1.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 20, 2024
1 parent 46e04e4 commit b5aef26
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 @@ -65,7 +65,7 @@ tracing = { version = "0.1", features = ["log"] }
typed_index_collection = { git = "https://github.com/hove-io/typed_index_collection", tag = "v2"}
walkdir = "2"
wkt = "0.10"
zip = { version = "0.6", default-features = false, features = ["deflate"] }
zip = { version = "1.3", default-features = false, features = ["deflate"] }
git-version = "0.3"

[[test]]
Expand Down

0 comments on commit b5aef26

Please sign in to comment.