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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-01-28 17:50:45 +00:00 committed by GitHub
parent c1e93de829
commit 7f1eefc182
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
Cargo.lock generated
View file

@ -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",

View file

@ -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"] }