diff --git a/compio-quic/Cargo.toml b/compio-quic/Cargo.toml index 00575023..836e35e0 100644 --- a/compio-quic/Cargo.toml +++ b/compio-quic/Cargo.toml @@ -25,7 +25,7 @@ compio-runtime = { workspace = true, features = ["time"] } quinn-proto = "0.11.3" rustls = { workspace = true } rustls-platform-verifier = { version = "0.3.3", optional = true } -rustls-native-certs = { version = "0.7.1", optional = true } +rustls-native-certs = { version = "0.8.0", optional = true } webpki-roots = { version = "0.26.3", optional = true } h3 = { version = "0.0.6", optional = true } diff --git a/compio-tls/Cargo.toml b/compio-tls/Cargo.toml index ef70c561..5df7935c 100644 --- a/compio-tls/Cargo.toml +++ b/compio-tls/Cargo.toml @@ -31,7 +31,7 @@ compio-runtime = { workspace = true } compio-macros = { workspace = true } rustls = { workspace = true, default-features = false, features = ["ring"] } -rustls-native-certs = "0.7.0" +rustls-native-certs = "0.8.0" [features] default = ["native-tls"]