Skip to content

Commit e42b3f6

Browse files
Update Rust crate flate2 to v1.1.1 (#10929)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ca3a141 commit e42b3f6

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
@@ -87,7 +87,7 @@ diesel-async = { version = "=0.5.2", features = ["async-connection-wrapper", "de
8787
diesel_full_text_search = "=2.2.0"
8888
diesel_migrations = { version = "=2.2.0", features = ["postgres"] }
8989
dotenvy = "=0.15.7"
90-
flate2 = "=1.1.0"
90+
flate2 = "=1.1.1"
9191
futures-util = "=0.3.31"
9292
hex = "=0.4.3"
9393
http = "=1.3.1"

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.97"
1212
chrono = { version = "=0.4.40", default-features = false, features = ["clock", "serde"] }
13-
flate2 = "=1.1.0"
13+
flate2 = "=1.1.1"
1414
minijinja = "=2.9.0"
1515
serde = { version = "=1.0.219", features = ["derive"] }
1616
serde_json = "=1.0.140"

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.2"
1515
cargo-manifest = "=0.19.1"
16-
flate2 = { version = "=1.1.0", optional = true }
16+
flate2 = { version = "=1.1.1", optional = true }
1717
serde = { version = "=1.0.219", features = ["derive"] }
1818
serde_json = "=1.0.140"
1919
tar = { version = "=0.4.44", optional = true }
@@ -27,7 +27,7 @@ futures-util = "=0.3.31"
2727
anyhow = "=1.0.97"
2828
claims = "=0.8.0"
2929
clap = { version = "=4.5.35", features = ["derive", "unicode", "wrap_help"] }
30-
flate2 = { version = "=1.1.0" }
30+
flate2 = { version = "=1.1.1" }
3131
indicatif = { version = "=0.17.11", features = ["rayon"] }
3232
insta = "=1.42.2"
3333
rayon = "=1.10.0"

0 commit comments

Comments
 (0)