Skip to content

Commit cc5fde5

Browse files
build(deps): bump zip from 7.2.0 to 8.1.0
Bumps [zip](https://github.com/zip-rs/zip2) from 7.2.0 to 8.1.0. - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](zip-rs/zip2@v7.2.0...v8.1.0) --- updated-dependencies: - dependency-name: zip dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 398d47b commit cc5fde5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tempfile = {version = "3", optional = true}
3838
thorin_dwp = {package = "thorin-dwp", version = "0.9", optional = true, default-features = false}
3939
vmlinux = {git = "https://github.com/libbpf/vmlinux.h.git", rev = "a9c092aa771310bf8b00b5018f7d40a1fdb6ec82"}
4040
xz2 = {version = "0.1.7", optional = true}
41-
zip = {version = "7", optional = true, default-features = false}
41+
zip = {version = "8", optional = true, default-features = false}
4242
zstd = {version = "0.13", default-features = false, optional = true}
4343

4444
[target.'cfg(any(target_os = "linux", target_os = "android"))'.build-dependencies]

examples/gsym-in-apk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ blazesym = {version = "0.2", path = "../..", default-features = false, features
1717
]}
1818
blazesym-dev = {path = "../../dev", features = ["generate-unit-test-files"]}
1919
goblin = {version = "0.10", default-features = false, features = ["elf32", "elf64", "std"]}
20-
zip = {version = "7", default-features = false}
20+
zip = {version = "8", default-features = false}
2121

2222
[lints]
2323
workspace = true

0 commit comments

Comments
 (0)