chore(deps): Bump rustls-pki-types from 1.9.0 to 1.10.0 (#808)

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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-10-28 21:24:01 +08:00 committed by GitHub
parent 3c09dfe3a6
commit e2004a77fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3549,9 +3549,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-webpki"

View File

@ -47,7 +47,7 @@ http-range-header = "0.4.1"
tracing = "0.1"
url = "2.5.2"
rustls = { version = "0.22.4", features = ["tls12"] }
rustls-pki-types = "1.9.0"
rustls-pki-types = "1.10.0"
rustls-pemfile = "2.2.0"
sha2 = "0.10"
blake3 = "1.5.4"