Skip to content

Commit 1d264e0

Browse files
Update Rust crate flate2 to v1.1.5 (#12188)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6de3e21 commit 1d264e0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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
@@ -97,7 +97,7 @@ diesel-async = { version = "=0.7.3", features = ["async-connection-wrapper", "de
9797
diesel_full_text_search = "=2.3.0"
9898
diesel_migrations = { version = "=2.3.0", features = ["postgres"] }
9999
dotenvy = "=0.15.7"
100-
flate2 = "=1.1.4"
100+
flate2 = "=1.1.5"
101101
futures-util = "=0.3.31"
102102
generic-array = "=0.14.9" # see https://github.com/RustCrypto/traits/issues/2036
103103
hex = "=0.4.3"

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.100"
1212
chrono = { version = "=0.4.42", default-features = false, features = ["clock", "serde"] }
13-
flate2 = "=1.1.4"
13+
flate2 = "=1.1.5"
1414
minijinja = "=2.12.0"
1515
serde = { version = "=1.0.228", features = ["derive"] }
1616
serde_json = "=1.0.145"

crates/crates_io_tarball/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ builder = ["dep:flate2", "dep:tar"]
1313
[dependencies]
1414
astral-tokio-tar = "=0.5.6"
1515
cargo-manifest = "=0.19.1"
16-
flate2 = { version = "=1.1.4", optional = true }
16+
flate2 = { version = "=1.1.5", optional = true }
1717
serde = { version = "=1.0.228", features = ["derive"] }
1818
serde_json = "=1.0.145"
1919
tar = { version = "=0.4.44", optional = true }
@@ -27,7 +27,7 @@ futures-util = "=0.3.31"
2727
anyhow = "=1.0.100"
2828
claims = "=0.8.0"
2929
clap = { version = "=4.5.50", features = ["derive", "unicode", "wrap_help"] }
30-
flate2 = { version = "=1.1.4" }
30+
flate2 = { version = "=1.1.5" }
3131
indicatif = { version = "=0.18.1", features = ["rayon"] }
3232
insta = "=1.43.2"
3333
rayon = "=1.11.0"

0 commit comments

Comments
 (0)