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

Bump hyper-rustls from 0.23.0 to 0.23.1

Bumps [hyper-rustls](https://github.com/ctz/hyper-rustls) from 0.23.0 to 0.23.1.
- [Release notes](https://github.com/ctz/hyper-rustls/releases)
- [Commits](https://github.com/ctz/hyper-rustls/compare/v/0.23.0...v/0.23.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]
2022-11-16 19:14:03 +00:00
committed by Quentin Gliech
parent 8ebc6710fc
commit bbf452d795
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ headers = "0.3.8"
http = "0.2.8"
http-body = "0.4.5"
hyper = "0.14.23"
hyper-rustls = { version = "0.23.0", features = ["http1", "http2"], default-features = false, optional = true }
hyper-rustls = { version = "0.23.1", features = ["http1", "http2"], default-features = false, optional = true }
once_cell = "1.16.0"
opentelemetry = "0.18.0"
opentelemetry-http = "0.7.0"