mirror of
https://github.com/tower-rs/tower.git
synced 2025-10-02 07:20:52 +00:00
Cleanup unused dependencies (#364)
I've run `cargo udeps` to discover some unused/misplaced dependencies.
This commit is contained in:
parent
4a4593d522
commit
2d24d84e7c
@ -8,11 +8,11 @@ publish = false
|
|||||||
futures = "0.1"
|
futures = "0.1"
|
||||||
hdrhistogram = "6.0"
|
hdrhistogram = "6.0"
|
||||||
log = "0.4.1"
|
log = "0.4.1"
|
||||||
tower-service = "0.2.0"
|
|
||||||
tower-filter = { version = "0.1", path = "../tower-filter" }
|
|
||||||
tokio-mock-task = { git = "https://github.com/carllerche/tokio-mock-task" }
|
|
||||||
tokio-timer = "0.2.6"
|
tokio-timer = "0.2.6"
|
||||||
|
tower-filter = { version = "0.1", path = "../tower-filter" }
|
||||||
|
tower-service = "0.2.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tower-test = { version = "0.1", path = "../tower-test" }
|
|
||||||
tokio-executor = "0.1.2"
|
tokio-executor = "0.1.2"
|
||||||
|
tokio-mock-task = { git = "https://github.com/carllerche/tokio-mock-task" }
|
||||||
|
tower-test = { version = "0.1", path = "../tower-test" }
|
||||||
|
@ -21,9 +21,7 @@ Decorates a `Service` to allow easy composition between `Service`s.
|
|||||||
categories = ["asynchronous", "network-programming"]
|
categories = ["asynchronous", "network-programming"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dev-dependencies]
|
||||||
futures = "0.1.26"
|
futures = "0.1.26"
|
||||||
tower-service = "0.2.0"
|
tower-service = "0.2.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
|
||||||
void = "1.0.2"
|
void = "1.0.2"
|
||||||
|
@ -43,5 +43,4 @@ tower-util = { version = "0.1.0", features = ["io"] }
|
|||||||
futures = "0.1.26"
|
futures = "0.1.26"
|
||||||
log = "0.4.1"
|
log = "0.4.1"
|
||||||
tokio = "0.1"
|
tokio = "0.1"
|
||||||
env_logger = { version = "0.5.3", default-features = false }
|
|
||||||
void = "1.0.2"
|
void = "1.0.2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user