1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-06 06:02:40 +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

4
Cargo.lock generated
View File

@@ -4966,9 +4966,9 @@ dependencies = [
[[package]] [[package]]
name = "rustls-pki-types" name = "rustls-pki-types"
version = "1.3.1" version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ede67b28608b4c60685c7d54122d4400d90f62b40caee7700e700380a390fa8" checksum = "beb461507cee2c2ff151784c52762cf4d9ff6a61f3e80968600ed24fa837fa54"
[[package]] [[package]]
name = "rustls-platform-verifier" name = "rustls-platform-verifier"

View File

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