chore(deps): Bump hyper-rustls from 0.25.0 to 0.26.0 (#227)

Bumps [hyper-rustls](https://github.com/rustls/hyper-rustls) from 0.25.0 to 0.26.0.
- [Release notes](https://github.com/rustls/hyper-rustls/releases)
- [Commits](https://github.com/rustls/hyper-rustls/compare/v/0.25.0...v/0.26.0)

---
updated-dependencies:
- dependency-name: hyper-rustls
  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] 2024-01-23 12:08:33 +08:00 committed by GitHub
parent cbb8c6d068
commit cbee404175
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 5 deletions

12
Cargo.lock generated
View File

@ -1098,19 +1098,21 @@ dependencies = [
[[package]] [[package]]
name = "hyper-rustls" name = "hyper-rustls"
version = "0.25.0" version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "399c78f9338483cb7e630c8474b07268983c6bd5acee012e4211f9f7bb21b070" checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c"
dependencies = [ dependencies = [
"futures-util", "futures-util",
"http 0.2.11", "http 1.0.0",
"hyper 0.14.28", "hyper 1.1.0",
"hyper-util",
"log", "log",
"rustls", "rustls",
"rustls-native-certs", "rustls-native-certs",
"rustls-pki-types", "rustls-pki-types",
"tokio", "tokio",
"tokio-rustls", "tokio-rustls",
"tower-service",
] ]
[[package]] [[package]]
@ -1153,6 +1155,8 @@ dependencies = [
"pin-project-lite", "pin-project-lite",
"socket2", "socket2",
"tokio", "tokio",
"tower",
"tower-service",
"tracing", "tracing",
] ]

View File

@ -81,6 +81,6 @@ leaky-bucket = "1.0.1"
hyper = { version = "1.1", features = ["full"] } hyper = { version = "1.1", features = ["full"] }
hyper-util = { version = "0.1.2", features = ["tokio"] } hyper-util = { version = "0.1.2", features = ["tokio"] }
tokio-rustls = "0.25" tokio-rustls = "0.25"
hyper-rustls = "0.25" hyper-rustls = "0.26"
http-body-util = "0.1.0" http-body-util = "0.1.0"
regex = "1.10.2" regex = "1.10.2"