Skip to content

Commit

Permalink
Update zip requirement from 0.6 to 2.1
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...v2.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent 44ea0d3 commit 5571d2a
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 @@ -38,7 +38,7 @@ futures-util = { version = "0.3", default-features = false, features = [
"std",
] }
iso_currency = { version = "0.4", features = ["with-serde"] }
zip = "0.6"
zip = "2.1"
base64 = "0.22"
google-authenticator = { version = "0.4", optional = true }
prost = { version = "0.12", optional = true }
Expand Down

0 comments on commit 5571d2a

Please sign in to comment.