Update Rust crate hyper to v1.4.1

This commit is contained in:
renovate[bot] 2024-07-09 14:11:00 +00:00 committed by GitHub
parent 158de10fe6
commit d7cb2b0418
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

18
Cargo.lock generated
View file

@ -194,7 +194,7 @@ dependencies = [
"http 1.1.0",
"http-body 1.0.0",
"http-body-util",
"hyper 1.4.0",
"hyper 1.4.1",
"hyper-util",
"itoa",
"matchit",
@ -298,7 +298,7 @@ dependencies = [
"http 1.1.0",
"http-body 1.0.0",
"http-body-util",
"hyper 1.4.0",
"hyper 1.4.1",
"hyper-util",
"pin-project-lite",
"rustls 0.21.12",
@ -638,7 +638,7 @@ dependencies = [
"hmac",
"http 1.1.0",
"http-body-util",
"hyper 1.4.0",
"hyper 1.4.1",
"image",
"ipaddress",
"jsonwebtoken",
@ -721,7 +721,7 @@ dependencies = [
"conduit_service",
"http 1.1.0",
"http-body-util",
"hyper 1.4.0",
"hyper 1.4.1",
"hyper-util",
"log",
"ruma",
@ -1640,9 +1640,9 @@ dependencies = [
[[package]]
name = "hyper"
version = "1.4.0"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4fe55fb7a772d59a5ff1dfbff4fe0258d19b89fec4b233e75d35d5d2316badc"
checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
dependencies = [
"bytes",
"futures-channel",
@ -1667,7 +1667,7 @@ checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155"
dependencies = [
"futures-util",
"http 1.1.0",
"hyper 1.4.0",
"hyper 1.4.1",
"hyper-util",
"rustls 0.23.10",
"rustls-native-certs",
@ -1701,7 +1701,7 @@ dependencies = [
"futures-util",
"http 1.1.0",
"http-body 1.0.0",
"hyper 1.4.0",
"hyper 1.4.1",
"pin-project-lite",
"socket2",
"tokio",
@ -2844,7 +2844,7 @@ dependencies = [
"http 1.1.0",
"http-body 1.0.0",
"http-body-util",
"hyper 1.4.0",
"hyper 1.4.1",
"hyper-rustls",
"hyper-util",
"ipnet",