From 16b47815718b49465fba07cd794c69ea74f25886 Mon Sep 17 00:00:00 2001 From: ssrlive <30760636+ssrlive@users.noreply.github.com> Date: Sun, 15 Dec 2024 23:46:33 +0800 Subject: [PATCH] minor changes --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f3e6ec3..984b19f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,10 +60,6 @@ tokio-rustls = { version = "0.26", default-features = false, features = [ tokio-tungstenite = { version = "0.25", features = ["rustls-tls-webpki-roots"] } tokio-util = "0.7" url = "2" -webpki = { package = "rustls-webpki", version = "0.102", features = [ - "alloc", - "std", -] } webpki-roots = "0.26" [target.'cfg(unix)'.dependencies]