chore(dependencies): remove tower-util dev-dependency (#2603)

This commit is contained in:
Sean McArthur
2021-07-30 15:07:11 -07:00
committed by GitHub
parent 6393a0cc03
commit 54b57c4797
2 changed files with 2 additions and 3 deletions

View File

@@ -66,8 +66,7 @@ tokio = { version = "1", features = [
] }
tokio-test = "0.4"
tokio-util = { version = "0.6", features = ["codec"] }
tower = { version = "0.4", features = ["make"] }
tower-util = "0.3"
tower = { version = "0.4", features = ["make", "util"] }
url = "2.2"
[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dev-dependencies]