Revert "mobile wss use rustls_platform_verifier"

This commit is contained in:
RustDesk
2025-10-30 10:27:55 +08:00
committed by GitHub
parent b166534807
commit 84a13ad7f3
5 changed files with 7 additions and 77 deletions

View File

@@ -59,7 +59,7 @@ tokio-rustls = { version = "0.26", features = [
"tls12",
"ring",
], default-features = false }
rustls-platform-verifier = "0.6"
rustls-platform-verifier = "0.5"
rustls-pki-types = "1.11"
tokio-tungstenite = { version = "0.26", features = ["rustls-tls-native-roots", "rustls-tls-webpki-roots"] }
tungstenite = { version = "0.26", features = ["rustls-tls-native-roots", "rustls-tls-webpki-roots"] }