build(deps): bump hyper-rustls from 0.27.2 to 0.27.3

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

---
updated-dependencies:
- dependency-name: hyper-rustls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-09-17 14:09:37 +00:00
committed by Quentin Gliech
parent fc880d2ecc
commit c5353f0ec8
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -2471,9 +2471,9 @@ dependencies = [
[[package]]
name = "hyper-rustls"
version = "0.27.2"
version = "0.27.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155"
checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
dependencies = [
"futures-util",
"http",

View File

@@ -147,7 +147,7 @@ features = [
# Hyper Rustls support
[workspace.dependencies.hyper-rustls]
version = "0.27.2"
version = "0.27.3"
features = ["http1", "http2"]
default-features = false