From 063046454dd575778fa2a8c7decd3729c1d22170 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 | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ec069d0336..bffa60bf7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,6 @@ wasmedge_wasi_socket = {version = "0.4.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"] } @@ -65,8 +64,6 @@ tokio_wasi = { version = "1", features = [ "time", "test-util", ] } -# tokio-test = "0.4" -tokio-util_wasi = { version = "0.7", features = ["codec"] } url = "2.2" [features]