Skip to content

Commit

Permalink
Update zip requirement from 2.0.0, <2.1.4 to 2.1.5
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@v2.0.0...v2.1.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 0762151 commit f2569a2
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 @@ -116,7 +116,7 @@ dump_syms = {version = "2.3", optional = true, default-features = false}
libc = "0.2.137"
reqwest = {version = "0.12.0", optional = true, features = ["blocking"]}
xz2 = {version = "0.1.7", optional = true}
zip = {version = "2.0.0, <2.1.4", optional = true, default-features = false}
zip = {version = "2.1.5", optional = true, default-features = false}

[dependencies]
cpp_demangle = {version = "0.4", optional = true}
Expand Down

0 comments on commit f2569a2

Please sign in to comment.