Skip to content

Commit 460e573

Browse files
Update Rust crate http to v1.4.0 (#12383)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 74f7a37 commit 460e573

File tree

4 files changed

+32
-33
lines changed

4 files changed

+32
-33
lines changed

Cargo.lock

Lines changed: 29 additions & 30 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
@@ -103,7 +103,7 @@ flate2 = "=1.1.5"
103103
futures-util = "=0.3.31"
104104
generic-array = "=0.14.9" # see https://github.com/RustCrypto/traits/issues/2036
105105
hex = "=0.4.3"
106-
http = "=1.3.1"
106+
http = "=1.4.0"
107107
hyper = { version = "=1.8.1", features = ["client", "http1"] }
108108
indexmap = { version = "=2.12.1", features = ["serde"] }
109109
indicatif = "=0.18.3"

crates/crates_io_docs_rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ anyhow = "=1.0.100"
1515
async-trait = "=0.1.89"
1616
crates_io_env_vars = { path = "../crates_io_env_vars" }
1717
crates_io_version = { path = "../crates_io_version" }
18-
http = "=1.3.1"
18+
http = "=1.4.0"
1919
mockall = { version = "=0.14.0", optional = true }
2020
reqwest = { version = "=0.12.24", features = ["json"] }
2121
serde = { version = "=1.0.228", features = ["derive"] }

crates/crates_io_real_ip/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ edition = "2021"
77
publish = false
88

99
[dependencies]
10-
http = "=1.3.1"
10+
http = "=1.4.0"
1111
ipnetwork = "=0.21.1"

0 commit comments

Comments
 (0)