From ae7f2b2c9d047109762cd2b3a4bb5a85a909003a Mon Sep 17 00:00:00 2001 From: fufesou Date: Sun, 2 Nov 2025 23:05:08 +0800 Subject: [PATCH] fix: crate version, webpki-roots Signed-off-by: fufesou --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 330ddc9..df2ceb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ tungstenite = { version = "0.26", features = ["native-tls", "rustls-tls-native-r rustls-platform-verifier = "0.6" rustls-pki-types = "1.11" rustls-native-certs = "0.8" -webpki-roots = "1.0.3" +webpki-roots = "=1.0.3" async-recursion = "1.1" [target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]