Skip to content

Commit c254fa5

Browse files
authored
Merge pull request #12448 from rust-lang/renovate/flate2-1.x
Update Rust crate flate2 to v1.1.7
2 parents 99f1ae4 + 3f90eb3 commit c254fa5

File tree

6 files changed

+12
-21
lines changed

6 files changed

+12
-21
lines changed

Cargo.lock

Lines changed: 5 additions & 14 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
@@ -100,7 +100,7 @@ diesel-async = { version = "=0.7.4", features = ["async-connection-wrapper", "de
100100
diesel_full_text_search = "=2.3.0"
101101
diesel_migrations = { version = "=2.3.1", features = ["postgres"] }
102102
dotenvy = "=0.15.7"
103-
flate2 = "=1.1.5"
103+
flate2 = "=1.1.7"
104104
futures-util = "=0.3.31"
105105
hex = "=0.4.3"
106106
http = "=1.4.0"

crates/crates_io_database_dump/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ workspace = true
1111
anyhow = "=1.0.100"
1212
chrono = { version = "=0.4.42", default-features = false, features = ["clock", "serde"] }
1313
crates_io_version = { path = "../crates_io_version" }
14-
flate2 = "=1.1.5"
14+
flate2 = "=1.1.7"
1515
minijinja = "=2.13.0"
1616
serde = { version = "=1.0.228", features = ["derive"] }
1717
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.5", optional = true }
16+
flate2 = { version = "=1.1.7", 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.53", features = ["derive", "unicode", "wrap_help"] }
30-
flate2 = { version = "=1.1.5" }
30+
flate2 = { version = "=1.1.7" }
3131
indicatif = { version = "=0.18.3", features = ["rayon"] }
3232
insta = "=1.44.3"
3333
rayon = "=1.11.0"

src/tests/krate/publish/snapshots/integration__krate__publish__manifest__lib_and_bin_crate-4.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ expression: response.json()
2121
"bar",
2222
"foo"
2323
],
24-
"checksum": "2af566e52c8fb0376558a00b0bc426c699e8fe2b12807b75cbce7ccf54e37a98",
24+
"checksum": "24666b3fb658f202e37e38e855f9db389441a47565669effd1513f647d93becb",
2525
"crate": "foo",
26-
"crate_size": 251,
26+
"crate_size": 252,
2727
"created_at": "[datetime]",
2828
"description": "description",
2929
"dl_path": "/api/v1/crates/foo/1.0.0/download",

src/tests/routes/crates/read.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ async fn version_size() {
144144
.iter()
145145
.find(|v| v.num == "2.0.0")
146146
.expect("Could not find v2.0.0");
147-
assert_eq!(version2.crate_size, 191);
147+
assert_eq!(version2.crate_size, 192);
148148
}
149149

150150
#[tokio::test(flavor = "multi_thread")]

0 commit comments

Comments
 (0)