From 9dc5210d3bc4b15c6e034c73e83aed762a2bb7b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 18:12:49 +0900 Subject: [PATCH] build(deps): update rustls-platform-verifier requirement (#370) 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.4.0...v/0.5.0) --- updated-dependencies: - dependency-name: rustls-platform-verifier dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- compio-quic/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compio-quic/Cargo.toml b/compio-quic/Cargo.toml index e7e55131..4b7d839d 100644 --- a/compio-quic/Cargo.toml +++ b/compio-quic/Cargo.toml @@ -24,7 +24,7 @@ compio-runtime = { workspace = true, features = ["time"] } quinn-proto = { version = "0.11.9", default-features = false } rustls = { workspace = true } -rustls-platform-verifier = { version = "0.4.0", optional = true } +rustls-platform-verifier = { version = "0.5.0", optional = true } rustls-native-certs = { workspace = true, optional = true } webpki-roots = { version = "0.26.3", optional = true } h3 = { version = "0.0.6", optional = true }