Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 07aaf67

Browse files
committed
Update Rust crate tower to 0.5.0
1 parent bfb34bd commit 07aaf67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/testkit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ hyper-util = { version = "0.1.7", features = [
5050
] }
5151
testcontainers = { version = "0.21.0", optional = true }
5252
tokio = "1.39.3"
53-
tower = { version = "0.4.13", features = ["util"] }
53+
tower = { version = "0.5.0", features = ["util"] }
5454

5555
[dev-dependencies]
5656
tokio = { version = "1.39.3", features = ["rt", "macros"] }

0 commit comments

Comments
 (0)