Skip to content

Commit a9d6bab

Browse files
committed
Bump dependency on tower-layer
1 parent fec9e55 commit a9d6bab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tower/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ timeout = ["pin-project-lite", "tokio/time"]
6565
util = ["__common", "futures-util", "pin-project-lite", "sync_wrapper"]
6666

6767
[dependencies]
68-
tower-layer = { version = "0.3.1", path = "../tower-layer" }
69-
tower-service = { version = "0.3.1", path = "../tower-service" }
68+
tower-layer = { version = "0.3.3", path = "../tower-layer" }
69+
tower-service = { version = "0.3.3", path = "../tower-service" }
7070

7171
futures-core = { workspace = true, optional = true }
7272
futures-util = { workspace = true, features = ["alloc"], optional = true }

0 commit comments

Comments
 (0)