1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

build(deps): bump rustls-pki-types from 1.3.1 to 1.5.0

Bumps [rustls-pki-types](https://github.com/rustls/pki-types) from 1.3.1 to 1.5.0.
- [Release notes](https://github.com/rustls/pki-types/releases)
- [Commits](https://github.com/rustls/pki-types/compare/v/1.3.1...v/1.5.0)

---
updated-dependencies:
- dependency-name: rustls-pki-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-04-30 17:29:03 +00:00
committed by Quentin Gliech
parent c7d972d00c
commit 3d04495856
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ serde_with = { version = "3.8.1", features = ["hex", "chrono"] }
serde_json.workspace = true
pem-rfc7468 = "0.7.0"
rustls-pki-types = "1.3.1"
rustls-pki-types = "1.5.0"
rustls-pemfile = "2.1.1"
rand.workspace = true
rand_chacha = "0.3.1"