diff --git a/Cargo.lock b/Cargo.lock index aef4a966ebb3..601c2966b37d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1581,7 +1581,7 @@ dependencies = [ "hex", "hmac", "http 0.2.9", - "http 1.1.0", + "http 1.2.0", "once_cell", "p256 0.11.1", "percent-encoding", @@ -1713,7 +1713,7 @@ dependencies = [ "aws-smithy-types", "bytes", "http 0.2.9", - "http 1.1.0", + "http 1.2.0", "pin-project-lite", "tokio", "tracing", @@ -1731,7 +1731,7 @@ dependencies = [ "bytes-utils", "futures-core", "http 0.2.9", - "http 1.1.0", + "http 1.2.0", "http-body 0.4.5", "http-body 1.0.0", "http-body-util", @@ -1790,7 +1790,7 @@ dependencies = [ "axum-core", "bytes", "futures-util", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.0", "http-body-util", "hyper 1.4.1", @@ -1823,7 +1823,7 @@ dependencies = [ "async-trait", "bytes", "futures-util", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.0", "http-body-util", "mime", @@ -1843,7 +1843,7 @@ checksum = "077959a7f8cf438676af90b483304528eb7e16eadadb7f44e9ada4f9dceb9e62" dependencies = [ "axum-core", "chrono", - "http 1.1.0", + "http 1.2.0", "mime_guess", "rust-embed", "tower-service", @@ -1859,7 +1859,7 @@ dependencies = [ "axum-core", "bytes", "futures-util", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.0", "http-body-util", "mime", @@ -5602,7 +5602,7 @@ checksum = "cae77099e2399aea466bba05f0d23a150b4f34ed7ce535835e71d91399e65b58" dependencies = [ "anyhow", "async-trait", - "http 1.1.0", + "http 1.2.0", "thiserror 1.0.63", "tokio", "tonic", @@ -5685,7 +5685,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c3eaaad103912825594d674a4b1e556ccbb05a13a6cac17dcfd871997fb760a" dependencies = [ "google-cloud-token", - "http 1.1.0", + "http 1.2.0", "thiserror 1.0.63", "tokio", "tokio-retry", @@ -5813,7 +5813,7 @@ dependencies = [ "fnv", "futures-core", "futures-sink", - "http 1.1.0", + "http 1.2.0", "indexmap 2.7.0", "slab", "tokio", @@ -6012,9 +6012,9 @@ dependencies = [ [[package]] name = "http" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" +checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" dependencies = [ "bytes", "fnv", @@ -6039,7 +6039,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" dependencies = [ "bytes", - "http 1.1.0", + "http 1.2.0", ] [[package]] @@ -6050,7 +6050,7 @@ checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d" dependencies = [ "bytes", "futures-core", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.0", "pin-project-lite", ] @@ -6113,7 +6113,7 @@ dependencies = [ "futures-channel", "futures-util", "h2 0.4.7", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.0", "httparse", "httpdate", @@ -6148,7 +6148,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c" dependencies = [ "futures-util", - "http 1.1.0", + "http 1.2.0", "hyper 1.4.1", "hyper-util", "rustls 0.22.4", @@ -6209,7 +6209,7 @@ dependencies = [ "bytes", "futures-channel", "futures-util", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.0", "hyper 1.4.1", "pin-project-lite", @@ -6327,7 +6327,7 @@ source = "git+https://github.com/risingwavelabs/iceberg-rust.git?rev=53f786fb214 dependencies = [ "async-trait", "chrono", - "http 1.1.0", + "http 1.2.0", "iceberg", "itertools 0.13.0", "log", @@ -7319,7 +7319,7 @@ dependencies = [ "aws-smithy-types", "aws-types", "bytes", - "http 1.1.0", + "http 1.2.0", "madsim", "spin 0.9.8", "tracing", @@ -8266,7 +8266,7 @@ dependencies = [ "flagset", "futures", "getrandom", - "http 1.1.0", + "http 1.2.0", "log", "md-5", "once_cell", @@ -8298,7 +8298,7 @@ dependencies = [ "flagset", "futures", "getrandom", - "http 1.1.0", + "http 1.2.0", "log", "md-5", "once_cell", @@ -8440,7 +8440,7 @@ checksum = "6b925a602ffb916fb7421276b86756027b37ee708f9dce2dbdcc51739f07e727" dependencies = [ "async-trait", "futures-core", - "http 1.1.0", + "http 1.2.0", "opentelemetry", "opentelemetry-proto", "opentelemetry_sdk", @@ -10188,7 +10188,7 @@ dependencies = [ "hex", "hmac", "home", - "http 1.1.0", + "http 1.2.0", "jsonwebtoken", "log", "once_cell", @@ -10260,7 +10260,7 @@ dependencies = [ "futures-core", "futures-util", "h2 0.4.7", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.0", "http-body-util", "hyper 1.4.1", @@ -10307,7 +10307,7 @@ checksum = "a45d100244a467870f6cb763c4484d010a6bed6bd610b3676e3825d93fb4cfbd" dependencies = [ "anyhow", "async-trait", - "http 1.1.0", + "http 1.2.0", "reqwest 0.12.4", "serde", "thiserror 1.0.63", @@ -10692,7 +10692,7 @@ dependencies = [ "governor", "hashbrown 0.14.5", "hex", - "http 1.1.0", + "http 1.2.0", "http-body 0.4.5", "humantime", "itertools 0.13.0", @@ -10806,7 +10806,7 @@ dependencies = [ "easy-ext", "futures", "http 0.2.9", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.0", "hyper 0.14.27", "hyper 1.4.1", @@ -10868,7 +10868,7 @@ dependencies = [ "axum", "axum-extra", "futures", - "http 1.1.0", + "http 1.2.0", "madsim-tokio", "madsim-tonic", "prometheus", @@ -10941,7 +10941,7 @@ dependencies = [ "foyer", "futures", "futures-async-stream", - "http 1.1.0", + "http 1.2.0", "itertools 0.13.0", "madsim-tokio", "madsim-tonic", @@ -11597,7 +11597,7 @@ dependencies = [ "fail", "futures", "hex", - "http 1.1.0", + "http 1.2.0", "itertools 0.13.0", "jsonbb", "madsim-tokio", @@ -11845,7 +11845,7 @@ dependencies = [ "easy-ext", "either", "futures", - "http 1.1.0", + "http 1.2.0", "lru 0.7.6", "madsim-tokio", "madsim-tonic", @@ -14608,7 +14608,7 @@ dependencies = [ "bytes", "futures-core", "futures-sink", - "http 1.1.0", + "http 1.2.0", "httparse", "rand", "ring 0.17.5", @@ -14702,7 +14702,7 @@ dependencies = [ "bytes", "flate2", "h2 0.4.7", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.0", "http-body-util", "hyper 1.4.1", @@ -14781,7 +14781,7 @@ dependencies = [ "bytes", "futures-core", "futures-util", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.0", "http-body-util", "http-range-header",