diff --git a/Cargo.lock b/Cargo.lock index b5b2605a4b..8da69b8d65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9021,11 +9021,11 @@ dependencies = [ "futures-util", "log", "rustls", + "rustls-native-certs", "rustls-pki-types", "tokio", "tokio-rustls", "tungstenite 0.29.0", - "webpki-roots 0.26.11", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 3499285f91..2d338dac30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -110,7 +110,7 @@ moka = { version = "0.12", features = ["sync"] } futures-util = "0.3" # WebSocket client (test client) -tokio-tungstenite = { version = "0.29", features = ["rustls-tls-webpki-roots"] } +tokio-tungstenite = { version = "0.29", features = ["rustls-tls-native-roots"] } url = "2" # Property-based testing (dev-only)