Skip to content

Commit c028ea6

Browse files
Bump zip from 2.2.1 to 2.2.3
Bumps [zip](https://github.com/zip-rs/zip2) from 2.2.1 to 2.2.3. - [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.1...v2.2.3) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2b44105 commit c028ea6

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.18.1"
88
xml = "0.8.20"
9-
zip = { version = "2.2.0", default-features = false, features = ["deflate"] }
9+
zip = { version = "2.2.3", default-features = false, features = ["deflate"] }
1010
pem = "3.0.4"
1111
rsa = "0.9.6"
1212
rasn = "0.22.0"

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

0 commit comments

Comments
 (0)