From 15debcd6a19f2f4be62fce060b02c46c69e137ab Mon Sep 17 00:00:00 2001 From: Yihau Chen Date: Thu, 12 Oct 2023 00:54:13 +0800 Subject: [PATCH] chore: remove unused deps (#33652) --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 19a9d3b70898e2..6b180f0b373a63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -275,7 +275,6 @@ quinn-proto = "0.10.5" quote = "1.0" rand = "0.8.5" rand_chacha = "0.3.1" -rand_core = "0.6.4" raptorq = "1.7.0" rayon = "1.8.0" rcgen = "0.10.0" @@ -414,10 +413,8 @@ tonic = "0.9.2" tonic-build = "0.9.2" trees = "0.4.2" tungstenite = "0.20.1" -unix_socket2 = "0.5.4" uriparse = "0.6.4" url = "2.4.1" -users = "0.10.0" wasm-bindgen = "0.2" winapi = "0.3.8" winreg = "0.50"