From ee5c169abb0f82f96cc7c7e9e41097ab8ffd7416 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 14:50:55 +0000 Subject: [PATCH] build(deps): bump rustls-platform-verifier from 0.5.1 to 0.5.2 Bumps [rustls-platform-verifier](https://github.com/rustls/rustls-platform-verifier) from 0.5.1 to 0.5.2. - [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.5.1...v/0.5.2) --- updated-dependencies: - dependency-name: rustls-platform-verifier dependency-version: 0.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9525fb480..30baf8246 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5265,9 +5265,9 @@ dependencies = [ [[package]] name = "rustls-platform-verifier" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9" +checksum = "4937d110d34408e9e5ad30ba0b0ca3b6a8a390f8db3636db60144ac4fa792750" dependencies = [ "core-foundation", "core-foundation-sys", diff --git a/Cargo.toml b/Cargo.toml index e5a306e0b..9b02b2cda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -295,7 +295,7 @@ version = "0.23.26" # Use platform-specific verifier for TLS [workspace.dependencies.rustls-platform-verifier] -version = "0.5.1" +version = "0.5.2" # JSON Schema generation [workspace.dependencies.schemars]