build(deps): bump rustls-platform-verifier from 0.3.3 to 0.3.4

Bumps [rustls-platform-verifier](https://github.com/rustls/rustls-platform-verifier) from 0.3.3 to 0.3.4.
- [Release notes](https://github.com/rustls/rustls-platform-verifier/releases)
- [Changelog](https://github.com/rustls/rustls-platform-verifier/blob/main/CHANGELOG)
- [Commits](https://github.com/rustls/rustls-platform-verifier/compare/v/0.3.3...v/0.3.4)

---
updated-dependencies:
- dependency-name: rustls-platform-verifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-08-30 14:34:14 +00:00
committed by Quentin Gliech
parent 11edbbf25c
commit 9520201c4b
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -5255,9 +5255,9 @@ checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0"
[[package]]
name = "rustls-platform-verifier"
version = "0.3.3"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93bda3f493b9abe5b93b3e7e3ecde0df292f2bd28c0296b90586ee0055ff5123"
checksum = "afbb878bdfdf63a336a5e63561b1835e7a8c91524f51621db870169eac84b490"
dependencies = [
"core-foundation",
"core-foundation-sys",
+1 -1
View File
@@ -188,7 +188,7 @@ version = "0.23.12"
# Use platform-specific verifier for TLS
[workspace.dependencies.rustls-platform-verifier]
version = "0.3.3"
version = "0.3.4"
# JSON Schema generation
[workspace.dependencies.schemars]