Skip to content

Commit 00d1a00

Browse files
build(deps): bump zip in the cargo group across 1 directory
Bumps the cargo group with 1 update in the / directory: [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 dce127e commit 00d1a00

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gix-archive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ gix-path = { version = "^0.10.14", path = "../gix-path", optional = true }
3333
gix-date = { version = "^0.9.3", path = "../gix-date" }
3434

3535
flate2 = { version = "1.0.33", optional = true }
36-
zip = { version = "2.1.0", optional = true, default-features = false, features = ["deflate"] }
36+
zip = { version = "2.3.0", optional = true, default-features = false, features = ["deflate"] }
3737
jiff = { version = "0.2.0", default-features = false, features = ["std"] }
3838

3939
thiserror = "2.0.0"

0 commit comments

Comments
 (0)