1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

build(deps): bump rustls from 0.21.7 to 0.21.8

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

---
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-11-03 14:51:39 +00:00
committed by Quentin Gliech
parent 6a5d48656b
commit 8d5493930d
4 changed files with 33 additions and 13 deletions

View File

@@ -20,7 +20,7 @@ itertools = "0.11.0"
listenfd = "1.0.1"
rand.workspace = true
rand_chacha = "0.3.1"
rustls = "0.21.7"
rustls = "0.21.8"
serde_json.workspace = true
serde_yaml = "0.9.25"
sqlx = { version = "0.7.2", features = ["runtime-tokio-rustls", "postgres"] }