Skip to content

Commit

Permalink
Bump dependency on tower-layer (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay authored Aug 15, 2024
1 parent fec9e55 commit b2c48b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tower/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit b2c48b4

Please sign in to comment.