From 7f1eefc182d1f11b6558d0fbffdfb184cab69ea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 17:50:45 +0000 Subject: [PATCH] build(deps): bump hyper from 1.5.2 to 1.6.0 (#35203) Bumps [hyper](https://github.com/hyperium/hyper) from 1.5.2 to 1.6.0. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v1.5.2...v1.6.0) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 14 +++++++------- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fabaed60c3c..e18f8adef97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3171,9 +3171,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.5.2" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0" +checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" dependencies = [ "bytes", "futures-channel", @@ -3198,7 +3198,7 @@ checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" dependencies = [ "futures-util", "http 1.2.0", - "hyper 1.5.2", + "hyper 1.6.0", "hyper-util", "log", "rustls", @@ -3220,7 +3220,7 @@ dependencies = [ "futures-util", "http 1.2.0", "http-body 1.0.1", - "hyper 1.5.2", + "hyper 1.6.0", "pin-project-lite", "socket2", "tokio", @@ -3235,7 +3235,7 @@ dependencies = [ "cookie 0.18.1", "headers 0.4.0", "http 1.2.0", - "hyper 1.5.2", + "hyper 1.6.0", "mime", "serde", "serde_bytes", @@ -4729,7 +4729,7 @@ dependencies = [ "headers 0.4.0", "http 1.2.0", "http-body-util", - "hyper 1.5.2", + "hyper 1.6.0", "hyper-rustls", "hyper-util", "hyper_serde", @@ -4779,7 +4779,7 @@ dependencies = [ "embedder_traits", "headers 0.4.0", "http 1.2.0", - "hyper 1.5.2", + "hyper 1.6.0", "hyper-util", "hyper_serde", "ipc-channel", diff --git a/Cargo.toml b/Cargo.toml index 895d8cc6969..e2cfc05be2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ hitrace = "0.1.4" html5ever = "0.29" http = "1.0" http-body-util = "0.1" -hyper = "1.0" +hyper = "1.6" hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "logging", "tls12", "webpki-tokio"] } hyper_serde = { path = "components/hyper_serde" } hyper-util = { version = "0.1", features = ["client", "client-legacy", "http2", "tokio"] }