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 }