1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

build(deps): bump hyper-rustls from 0.24.0 to 0.24.1

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

---
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]
2023-07-04 19:39:34 +00:00
committed by Quentin Gliech
parent c068460cd7
commit d1e2eec9b6
3 changed files with 5 additions and 4 deletions

View File

@ -15,7 +15,7 @@ headers = "0.3.8"
http = "0.2.9"
http-body = "0.4.5"
hyper = "0.14.27"
hyper-rustls = { version = "0.24.0", features = ["http1", "http2"], default-features = false, optional = true }
hyper-rustls = { version = "0.24.1", features = ["http1", "http2"], default-features = false, optional = true }
once_cell = "1.18.0"
opentelemetry = "0.19.0"
rustls = { version = "0.21.2", optional = true }

View File

@ -50,7 +50,7 @@ oauth2-types = { path = "../oauth2-types" }
http-body = { version = "0.4.5", optional = true }
rustls = {version = "0.21.2", optional = true }
[dependencies.hyper-rustls]
version = "0.24.0"
version = "0.24.1"
features = ["http1", "http2", "rustls-native-certs"]
default-features = false
optional = true