From 09de48d1bfe91bf2306444caa75d7d209b8662d3 Mon Sep 17 00:00:00 2001 From: tottoto Date: Sat, 9 Sep 2023 07:38:03 +0900 Subject: [PATCH] chore(dependencies): Remove unused num_cpus and tokio-util dependencies (#3307) --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 213b14a74b..c6e105d224 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,6 @@ libc = { version = "0.2", optional = true } futures-util = { version = "0.3", default-features = false, features = ["alloc"] } http-body-util = "=0.1.0-rc.3" matches = "0.1" -num_cpus = "1.0" pretty_env_logger = "0.4" spmc = "0.3" serde = { version = "1.0", features = ["derive"] } @@ -61,7 +60,6 @@ tokio = { version = "1", features = [ "test-util", ] } tokio-test = "0.4" -tokio-util = { version = "0.7", features = ["codec"] } url = "2.2" [features]