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 rustls from 0.21.5 to 0.21.6

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

---
updated-dependencies:
- dependency-name: 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-08-09 09:36:05 +00:00
committed by Quentin Gliech
parent bcc988beff
commit b153316cf6
4 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@ hyper = "0.14.27"
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.5", optional = true }
rustls = { version = "0.21.6", optional = true }
rustls-native-certs = { version = "0.6.3", optional = true }
serde = "1.0.183"
serde_json = "1.0.104"