Skip to content

Commit 39ee9c5

Browse files
Update Rust crate flate2 to v1.1.0 (#10670)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 69ae3dc commit 39ee9c5

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -86,7 +86,7 @@ diesel-async = { version = "=0.5.2", features = ["async-connection-wrapper", "de
8686
diesel_full_text_search = "=2.2.0"
8787
diesel_migrations = { version = "=2.2.0", features = ["postgres"] }
8888
dotenvy = "=0.15.7"
89-
flate2 = "=1.0.35"
89+
flate2 = "=1.1.0"
9090
futures-util = "=0.3.31"
9191
hex = "=0.4.3"
9292
http = "=1.2.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.96"
1212
chrono = { version = "=0.4.39", default-features = false, features = ["clock", "serde"] }
13-
flate2 = "=1.0.35"
13+
flate2 = "=1.1.0"
1414
minijinja = "=2.7.0"
1515
serde = { version = "=1.0.218", features = ["derive"] }
1616
serde_json = "=1.0.139"

crates/crates_io_tarball/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ builder = ["dep:flate2", "dep:tar"]
1212

1313
[dependencies]
1414
cargo-manifest = "=0.19.1"
15-
flate2 = { version = "=1.0.35", optional = true }
15+
flate2 = { version = "=1.1.0", optional = true }
1616
serde = { version = "=1.0.218", features = ["derive"] }
1717
serde_json = "=1.0.139"
1818
tar = { version = "=0.4.44", optional = true }
@@ -27,7 +27,7 @@ futures-util = "=0.3.31"
2727
anyhow = "=1.0.96"
2828
claims = "=0.8.0"
2929
clap = { version = "=4.5.30", features = ["derive", "unicode", "wrap_help"] }
30-
flate2 = { version = "=1.0.35" }
30+
flate2 = { version = "=1.1.0" }
3131
indicatif = { version = "=0.17.11", features = ["rayon"] }
3232
insta = "=1.42.1"
3333
rayon = "=1.10.0"

0 commit comments

Comments
 (0)