chore(deps): update rust crate hyper-util to v0.1.6

This commit is contained in:
renovate[bot] 2024-07-01 15:30:03 +00:00 committed by GitHub
parent 6bae136720
commit cf7d52b2ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

22
Cargo.lock generated
View file

@ -194,7 +194,7 @@ dependencies = [
"http 1.1.0",
"http-body 1.0.0",
"http-body-util",
"hyper 1.3.1",
"hyper 1.4.0",
"hyper-util",
"itoa",
"matchit",
@ -298,7 +298,7 @@ dependencies = [
"http 1.1.0",
"http-body 1.0.0",
"http-body-util",
"hyper 1.3.1",
"hyper 1.4.0",
"hyper-util",
"pin-project-lite",
"rustls 0.21.12",
@ -633,7 +633,7 @@ dependencies = [
"futures-util",
"hmac",
"http 1.1.0",
"hyper 1.3.1",
"hyper 1.4.0",
"image",
"ipaddress",
"jsonwebtoken",
@ -720,7 +720,7 @@ dependencies = [
"conduit_service",
"http 1.1.0",
"http-body-util",
"hyper 1.3.1",
"hyper 1.4.0",
"hyper-util",
"log",
"regex",
@ -1631,9 +1631,9 @@ dependencies = [
[[package]]
name = "hyper"
version = "1.3.1"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d"
checksum = "c4fe55fb7a772d59a5ff1dfbff4fe0258d19b89fec4b233e75d35d5d2316badc"
dependencies = [
"bytes",
"futures-channel",
@ -1658,7 +1658,7 @@ checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155"
dependencies = [
"futures-util",
"http 1.1.0",
"hyper 1.3.1",
"hyper 1.4.0",
"hyper-util",
"rustls 0.23.10",
"rustls-native-certs",
@ -1683,16 +1683,16 @@ dependencies = [
[[package]]
name = "hyper-util"
version = "0.1.5"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56"
checksum = "3ab92f4f49ee4fb4f997c784b7a2e0fa70050211e0b6a287f898c3c9785ca956"
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"http 1.1.0",
"http-body 1.0.0",
"hyper 1.3.1",
"hyper 1.4.0",
"pin-project-lite",
"socket2",
"tokio",
@ -2835,7 +2835,7 @@ dependencies = [
"http 1.1.0",
"http-body 1.0.0",
"http-body-util",
"hyper 1.3.1",
"hyper 1.4.0",
"hyper-rustls",
"hyper-util",
"ipnet",