Merge pull request #285 from junkurihara/dependabot/cargo/hyper-rustls-0.27.6

chore(deps): bump hyper-rustls from 0.27.5 to 0.27.6
This commit is contained in:
Jun Kurihara 2025-05-24 19:17:55 +09:00 committed by GitHub
commit 0a7a61f1d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 5 deletions

7
Cargo.lock generated
View file

@ -1176,11 +1176,10 @@ dependencies = [
[[package]] [[package]]
name = "hyper-rustls" name = "hyper-rustls"
version = "0.27.5" version = "0.27.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" checksum = "03a01595e11bdcec50946522c32dde3fc6914743000a68b93000965f2f02406d"
dependencies = [ dependencies = [
"futures-util",
"http", "http",
"hyper", "hyper",
"hyper-util", "hyper-util",
@ -1190,7 +1189,7 @@ dependencies = [
"tokio", "tokio",
"tokio-rustls", "tokio-rustls",
"tower-service", "tower-service",
"webpki-roots 0.26.11", "webpki-roots 1.0.0",
] ]
[[package]] [[package]]

View file

@ -70,7 +70,7 @@ hyper-tls = { version = "0.6.0", features = [
"alpn", "alpn",
"vendored", "vendored",
], optional = true } ], optional = true }
hyper-rustls = { version = "0.27.5", default-features = false, features = [ hyper-rustls = { version = "0.27.6", default-features = false, features = [
"aws-lc-rs", "aws-lc-rs",
"http1", "http1",
"http2", "http2",