build(deps): bump rustls-pki-types from 1.9.0 to 1.10.0

Bumps [rustls-pki-types](https://github.com/rustls/pki-types) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/rustls/pki-types/releases)
- [Commits](https://github.com/rustls/pki-types/compare/v/1.9.0...v/1.10.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-10-15 14:14:20 +00:00
committed by Quentin Gliech
parent 435787f8e4
commit 186802d9d5
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -5193,9 +5193,9 @@ dependencies = [
[[package]]
name = "rustls-pki-types"
version = "1.9.0"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e696e35370c65c9c541198af4543ccd580cf17fc25d8e05c5a242b202488c55"
checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
[[package]]
name = "rustls-platform-verifier"

View File

@@ -31,7 +31,7 @@ serde_with = { version = "3.11.0", features = ["hex", "chrono"] }
serde_json.workspace = true
pem-rfc7468 = "0.7.0"
rustls-pki-types = "1.9.0"
rustls-pki-types = "1.10.0"
rustls-pemfile = "2.2.0"
rand.workspace = true
rand_chacha = "0.3.1"