Skip to content

Commit c7eedb2

Browse files
Bump zip from 2.2.3 to 2.3.0 in the cargo group
Bumps the cargo group with 1 update: [zip](https://github.com/zip-rs/zip2). Updates `zip` from 2.2.3 to 2.3.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.3.0) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b5fbe85 commit c7eedb2

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

0 commit comments

Comments
 (0)