Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d1bf4bc

Browse files
authoredApr 7, 2025··
Update Rust crate zip to v2.6.1
1 parent 40eb192 commit d1bf4bc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎Cargo.lock

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

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@ googletest = "=0.14.0"
148148
insta = { version = "=1.42.2", features = ["glob", "json", "redactions"] }
149149
regex = "=1.11.1"
150150
tokio = "=1.44.1"
151-
zip = { version = "=2.5.0", default-features = false, features = ["deflate"] }
151+
zip = { version = "=2.6.1", default-features = false, features = ["deflate"] }

‎crates/crates_io_database_dump/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tar = "=0.4.44"
1818
tempfile = "=3.19.1"
1919
toml = "=0.8.20"
2020
tracing = "=0.1.41"
21-
zip = { version = "=2.5.0", default-features = false, features = ["deflate"] }
21+
zip = { version = "=2.6.1", default-features = false, features = ["deflate"] }
2222

2323
[dev-dependencies]
2424
crates_io_test_db = { path = "../crates_io_test_db" }

0 commit comments

Comments
 (0)
Please sign in to comment.