Skip to content

Commit 848c895

Browse files
dependabot[bot]d-e-s-o
authored andcommitted
build(deps): bump zip from 4.1.0 to 4.2.0
Bumps [zip](https://github.com/zip-rs/zip2) from 4.1.0 to 4.2.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@v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: zip dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8043c3b commit 848c895

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
@@ -36,7 +36,7 @@ reqwest = {version = "0.12", optional = true, features = ["blocking"]}
3636
tempfile = {version = "3.20", optional = true}
3737
vmlinux = {git = "https://github.com/libbpf/vmlinux.h.git", rev = "a9c092aa771310bf8b00b5018f7d40a1fdb6ec82"}
3838
xz2 = {version = "0.1.7", optional = true}
39-
zip = {version = "4.1", optional = true, default-features = false}
39+
zip = {version = "4.2", optional = true, default-features = false}
4040
zstd = {version = "0.13.3", default-features = false, optional = true}
4141

4242
[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.0-rc.3", path = "../..", default-features = false, f
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 = "4.1", default-features = false}
20+
zip = {version = "4.2", default-features = false}
2121

2222
[lints]
2323
workspace = true

0 commit comments

Comments
 (0)