From 1168678aa1c4de615ef882237584a2ffb5685ff3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 12:02:00 +0000 Subject: [PATCH] chore(deps): update rustls-platform-verifier requirement from 0.5 to 0.6 Updates the requirements on [rustls-platform-verifier](https://github.com/rustls/rustls-platform-verifier) to permit the latest version. - [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.0...v/0.5.3) --- updated-dependencies: - dependency-name: rustls-platform-verifier dependency-version: 0.5.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5860b19d45..7d0dc78542 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ route-recognizer = "0.3.1" rustc-hash = "2" rustls = { version = "0.23", default-features = false } rustls-pki-types = "1" -rustls-platform-verifier = "0.5" +rustls-platform-verifier = "0.6" serde = { version = "1", default-features = false, features = ["derive"] } serde_json = { version = "1.0.142", default-features = false, features = ["alloc", "raw_value"] } soketto = "0.8.1"