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

Bumps [rustls-pki-types](https://github.com/rustls/pki-types) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/rustls/pki-types/releases)
- [Commits](https://github.com/rustls/pki-types/compare/v/1.8.0...v/1.9.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-04 13:32:18 +00:00
committed by Quentin Gliech
parent d590591b71
commit 91925ff358
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

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