Update h2 and hyper (#38039)

Update h2 and hyper.

Testing: No tests for dependency updates.

Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com>
This commit is contained in:
Alex Touchet 2025-07-13 12:58:25 -07:00 committed by GitHub
parent 833484ca11
commit cd1fdbbeeb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
Cargo.lock generated
View file

@ -3519,9 +3519,9 @@ dependencies = [
[[package]]
name = "h2"
version = "0.4.7"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
checksum = "17da50a276f1e01e0ba6c029e47b7100754904ee8a278f886546e98575380785"
dependencies = [
"atomic-waker",
"bytes",
@ -3814,9 +3814,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]]
name = "hyper"
version = "0.14.30"
version = "0.14.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9"
checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
dependencies = [
"bytes",
"futures-channel",
@ -3845,7 +3845,7 @@ dependencies = [
"bytes",
"futures-channel",
"futures-util",
"h2 0.4.7",
"h2 0.4.11",
"http 1.3.1",
"http-body 1.0.1",
"httparse",
@ -9120,7 +9120,7 @@ dependencies = [
"futures-util",
"headers 0.3.9",
"http 0.2.12",
"hyper 0.14.30",
"hyper 0.14.32",
"log",
"mime",
"mime_guess",