diff --git a/Cargo.lock b/Cargo.lock index ba1362f8e66..58133e5b3b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -180,7 +180,7 @@ dependencies = [ "bitflags 1.3.2", "bytes", "futures-util", - "http", + "http 0.2.11", "http-body", "hyper", "itoa", @@ -206,7 +206,7 @@ dependencies = [ "async-trait", "bytes", "futures-util", - "http", + "http 0.2.11", "http-body", "mime", "rustversion", @@ -1108,7 +1108,7 @@ dependencies = [ "futures-core", "futures-sink", "futures-util", - "http", + "http 0.2.11", "indexmap 2.1.0", "slab", "tokio", @@ -1173,6 +1173,17 @@ dependencies = [ "itoa", ] +[[package]] +name = "http" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea" +dependencies = [ + "bytes", + "fnv", + "itoa", +] + [[package]] name = "http-body" version = "0.4.6" @@ -1180,7 +1191,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" dependencies = [ "bytes", - "http", + "http 0.2.11", "pin-project-lite", ] @@ -1223,7 +1234,7 @@ dependencies = [ "futures-core", "futures-util", "h2", - "http", + "http 0.2.11", "http-body", "httparse", "httpdate", @@ -1243,7 +1254,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ "futures-util", - "http", + "http 0.2.11", "hyper", "rustls", "tokio", @@ -1693,7 +1704,7 @@ dependencies = [ "futures", "guppy", "home", - "http", + "http 1.0.0", "humantime-serde", "indent_write", "indexmap 2.1.0", @@ -2273,7 +2284,7 @@ dependencies = [ "futures-core", "futures-util", "h2", - "http", + "http 0.2.11", "http-body", "hyper", "hyper-rustls", @@ -3151,7 +3162,7 @@ dependencies = [ "base64 0.21.5", "bytes", "h2", - "http", + "http 0.2.11", "http-body", "hyper", "hyper-timeout", diff --git a/nextest-runner/Cargo.toml b/nextest-runner/Cargo.toml index 85999a8e62e..846ef0590ba 100644 --- a/nextest-runner/Cargo.toml +++ b/nextest-runner/Cargo.toml @@ -82,7 +82,7 @@ zstd = { version = "0.13.0", features = ["zstdmt"] } ### ### Update-related features, optionally enabled ### -http = { version = "0.2.11", optional = true } +http = { version = "1.0.0", optional = true } mukti-metadata = { version = "0.2.1", optional = true } # TODO: remove dependency on self_update, build our own thing on top of mukti self_update = { version = "0.39.0", optional = true, default-features = false, features = [