We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a64a22 commit 09de48dCopy full SHA for 09de48d
Cargo.toml
@@ -43,7 +43,6 @@ libc = { version = "0.2", optional = true }
43
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
44
http-body-util = "=0.1.0-rc.3"
45
matches = "0.1"
46
-num_cpus = "1.0"
47
pretty_env_logger = "0.4"
48
spmc = "0.3"
49
serde = { version = "1.0", features = ["derive"] }
@@ -61,7 +60,6 @@ tokio = { version = "1", features = [
61
60
"test-util",
62
] }
63
tokio-test = "0.4"
64
-tokio-util = { version = "0.7", features = ["codec"] }
65
url = "2.2"
66
67
[features]
0 commit comments