Skip to content

Commit 5f4ba32

Browse files
Update Rust crate zip to v4.3.0 (#11551)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b34c0db commit 5f4ba32

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,4 @@ quoted_printable = "=0.5.1"
156156
regex = "=1.11.1"
157157
sentry = { version = "=0.41.0", features = ["test"] }
158158
tokio = "=1.46.1"
159-
zip = { version = "=4.2.0", default-features = false, features = ["deflate"] }
159+
zip = { version = "=4.3.0", 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.44"
1818
tempfile = "=3.20.0"
1919
toml = "=0.8.23"
2020
tracing = "=0.1.41"
21-
zip = { version = "=4.2.0", default-features = false, features = ["deflate"] }
21+
zip = { version = "=4.3.0", default-features = false, features = ["deflate"] }
2222

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

0 commit comments

Comments
 (0)