Skip to content

Commit c729d06

Browse files
Bump zip from 2.4.0 to 2.5.0
Bumps [zip](https://github.com/zip-rs/zip2) from 2.4.0 to 2.5.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@v2.4.0...v2.5.0) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1890819 commit c729d06

File tree

3 files changed

+4
-37
lines changed

3 files changed

+4
-37
lines changed

Cargo.lock

Lines changed: 2 additions & 35 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.18.1"
88
xml = "0.8.20"
9-
zip = { version = "2.4.0", default-features = false, features = ["deflate"] }
9+
zip = { version = "2.5.0", default-features = false, features = ["deflate"] }
1010
pem = "3.0.5"
1111
rsa = "0.9.8"
1212
rasn = "0.25.1"

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 = "2.4.0", default-features = false, features = ["deflate"] }
9+
zip = { version = "2.5.0", default-features = false, features = ["deflate"] }
1010
pack-common = { path = "../pack-common" }

0 commit comments

Comments
 (0)