Skip to content

Commit 97bce7c

Browse files
committed
Update tower to 0.5
This commit updates the tower crate from 0.4 to 0.5. Signed-off-by: Brian L. Troutwine <[email protected]>
1 parent b26f0eb commit 97bce7c

File tree

3 files changed

+25
-7
lines changed

3 files changed

+25
-7
lines changed

Diff for: Cargo.lock

+23-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ serde = { version = "1.0", features = ["std", "derive"] }
2525
serde_json = { version = "1.0", features = ["std"] }
2626
thiserror = { version = "1.0" }
2727
tokio = { version = "1.41" }
28-
tower = { version = "0.4", default-features = false }
28+
tower = { version = "0.5", default-features = false }
2929
tracing = { version = "0.1" }
3030
uuid = { version = "1.11", default-features = false, features = [
3131
"v4",

Diff for: integration/sheepdog/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ tower = { workspace = true, features = [
3030
"timeout",
3131
"limit",
3232
"load-shed",
33+
"util"
3334
] }
3435
tracing = { version = "0.1", features = ["std", "attributes"] }
3536
tracing-subscriber = { version = "0.3", features = ["std", "env-filter"] }

0 commit comments

Comments
 (0)