Bump dependency on tower-layer (#787)

This commit is contained in:
Arnaud Gourlay 2024-08-15 16:03:34 +02:00 committed by GitHub
parent fec9e559e2
commit b2c48b46a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,8 +65,8 @@ timeout = ["pin-project-lite", "tokio/time"]
util = ["__common", "futures-util", "pin-project-lite", "sync_wrapper"]
[dependencies]
tower-layer = { version = "0.3.1", path = "../tower-layer" }
tower-service = { version = "0.3.1", path = "../tower-service" }
tower-layer = { version = "0.3.3", path = "../tower-layer" }
tower-service = { version = "0.3.3", path = "../tower-service" }
futures-core = { workspace = true, optional = true }
futures-util = { workspace = true, features = ["alloc"], optional = true }