Skip to content

Commit a42cd89

Browse files
Update Rust crate zip to v2.2.1
1 parent 473b29d commit a42cd89

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@ googletest = "=0.12.0"
136136
insta = { version = "=1.41.1", features = ["glob", "json", "redactions"] }
137137
regex = "=1.11.1"
138138
tokio = "=1.41.1"
139-
zip = { version = "=2.2.0", default-features = false, features = ["deflate"] }
139+
zip = { version = "=2.2.1", default-features = false, features = ["deflate"] }

crates/crates_io_database_dump/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tar = "=0.4.43"
1818
tempfile = "=3.14.0"
1919
toml = "=0.8.19"
2020
tracing = "=0.1.40"
21-
zip = { version = "=2.2.0", default-features = false, features = ["deflate"] }
21+
zip = { version = "=2.2.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)