Skip to content

Commit b5fbe85

Browse files
Bump zip from 2.2.3 to 2.4.0 (#14)
Bumps [zip](https://github.com/zip-rs/zip2) from 2.2.3 to 2.4.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.2.3...v2.4.0) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce96e59 commit b5fbe85

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.

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

0 commit comments

Comments
 (0)