From 845da29e41576bd6c37addafbd7e651e839b034d Mon Sep 17 00:00:00 2001 From: tottoto Date: Sun, 2 Apr 2023 17:26:17 +0900 Subject: [PATCH] chore: Remove unused dependency --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f65806c831..a126652cef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,6 @@ want = "0.3" # Optional libc = { version = "0.2", optional = true } -socket2 = { version = "0.4", optional = true } [dev-dependencies] futures-util = { version = "0.3", default-features = false, features = ["alloc"] }