Skip to content

Commit

Permalink
Update zip requirement from 1.1.2 to 2.0.0
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@v1.1.2...v2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and d-e-s-o committed May 24, 2024
1 parent 10437b6 commit 8894a76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,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 = "1.1.2", optional = true, default-features = false}
zip = {version = "2.0.0", optional = true, default-features = false}

[dependencies]
cpp_demangle = {version = "0.4", optional = true}
Expand Down
2 changes: 1 addition & 1 deletion examples/gsym-in-apk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ blazesym = {version = "=0.2.0-alpha.12", path = "../..", default-features = fals
"generate-unit-test-files",
]}
goblin = {version = "0.8.0", default-features = false, features = ["elf32", "elf64", "std"]}
zip = {version = "1.1.2", default-features = false}
zip = {version = "2.0.0", default-features = false}

0 comments on commit 8894a76

Please sign in to comment.