Skip to content

Commit 6a5cf9f

Browse files
Update Rust crate flate2 to v1.0.35 (#9935)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8eeab0f commit 6a5cf9f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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
@@ -73,7 +73,7 @@ diesel-async = { version = "=0.5.1", features = ["async-connection-wrapper", "de
7373
diesel_full_text_search = "=2.2.0"
7474
diesel_migrations = { version = "=2.2.0", features = ["postgres"] }
7575
dotenvy = "=0.15.7"
76-
flate2 = "=1.0.34"
76+
flate2 = "=1.0.35"
7777
futures-util = "=0.3.31"
7878
hex = "=0.4.3"
7979
http = "=1.1.0"

crates/crates_io_database_dump/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ workspace = true
1010
[dependencies]
1111
anyhow = "=1.0.93"
1212
chrono = { version = "=0.4.38", default-features = false, features = ["clock", "serde"] }
13-
flate2 = "=1.0.34"
13+
flate2 = "=1.0.35"
1414
minijinja = "=2.5.0"
1515
serde = { version = "=1.0.215", features = ["derive"] }
1616
serde_json = "=1.0.132"

crates/crates_io_tarball/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ builder = []
1212

1313
[dependencies]
1414
cargo-manifest = "=0.16.0"
15-
flate2 = "=1.0.34"
15+
flate2 = "=1.0.35"
1616
serde = { version = "=1.0.215", features = ["derive"] }
1717
serde_json = "=1.0.132"
1818
tar = "=0.4.43"

0 commit comments

Comments
 (0)