Remove unused deps (#381)

This commit is contained in:
Lucio Franco 2019-12-05 23:42:01 -05:00 committed by GitHub
parent fdc7460f5a
commit 423ecee7e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -28,7 +28,6 @@ indexmap = "1.0.2"
log = "0.4.1"
tokio = { version = "0.2", features = ["sync"] }
tower-service = { version = "0.3", path = "../tower-service" }
tower-util = "0.1.0"
[dev-dependencies]
tower-test = { version = "0.3", path = "../tower-test" }

View File

@ -24,7 +24,6 @@ edition = "2018"
[dependencies]
tower-service = { version = "0.3", path = "../tower-service" }
tower-layer = { version = "0.3", path = "../tower-layer" }
pin-project = "0.4"
futures-util = "0.3"
futures-core = "0.3"