tower-layer: drop versions from dev dependencies (#782)

This commit is contained in:
Toby Lawrence 2024-08-13 12:48:56 -04:00 committed by GitHub
parent 646804d77e
commit fec9e559e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,5 +22,5 @@ edition = "2018"
[dependencies]
[dev-dependencies]
tower-service = { version = "0.3.0", path = "../tower-service" }
tower = { version = "0.5.0", path = "../tower" }
tower-service = { path = "../tower-service" }
tower = { path = "../tower" }