Skip to content

Commit 7b1349c

Browse files
committed
cargo: remove unused dependencies
1 parent 99940ae commit 7b1349c

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

tokio-io/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ util = ["memchr", "pin-project"]
2424

2525
[dependencies]
2626
bytes = "0.4.7"
27-
log = "0.4"
2827
futures-core-preview = "=0.3.0-alpha.19"
2928
memchr = { version = "2.2", optional = true }
3029
pin-project = { version = "0.4", optional = true }

tokio-net/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ optional = true
9999
tokio = { version = "=0.2.0-alpha.6", path = "../tokio" }
100100
tokio-test = { version = "=0.2.0-alpha.6", path = "../tokio-test" }
101101
num_cpus = "1.8.0"
102-
tokio-io-pool = "0.1.4"
103102

104103
# UDS tests
105104
tempfile = "3"

tokio/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ futures-preview = "=0.3.0-alpha.19"
8585
futures-util-preview = "=0.3.0-alpha.19"
8686
pin-utils = "=0.1.0-alpha.4"
8787
env_logger = { version = "0.6", default-features = false }
88-
flate2 = { version = "1", features = ["tokio"] }
8988
http = "0.1"
9089
httparse = "1.0"
9190
libc = "0.2"

0 commit comments

Comments
 (0)