Skip to content

Commit 7e46d9f

Browse files
Bump zip from 5.1.1 to 6.0.0
Bumps [zip](https://github.com/zip-rs/zip2) from 5.1.1 to 6.0.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@v5.1.1...v6.0.0) --- updated-dependencies: - dependency-name: zip dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2357fc9 commit 7e46d9f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

pack-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
deku = "0.19.1"
88
xml = "0.8.20"
9-
zip = { version = "5.1.1", default-features = false, features = ["deflate"] }
9+
zip = { version = "6.0.0", default-features = false, features = ["deflate"] }
1010
pem = "3.0.5"
1111
rsa = "0.9.9"
1212
rasn = "0.27.2"

pack-zip/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
zip = { version = "5.1.1", default-features = false, features = ["deflate"] }
9+
zip = { version = "6.0.0", default-features = false, features = ["deflate"] }
1010
pack-common = { path = "../pack-common" }

0 commit comments

Comments
 (0)