Skip to content

Commit

Permalink
Update tower to 0.5 (#1158)
Browse files Browse the repository at this point in the history
### What does this PR do?

This commit updates the tower crate from 0.4 to 0.5.
  • Loading branch information
blt authored Dec 17, 2024
1 parent b26f0eb commit a5da24c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 7 deletions.
29 changes: 23 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde = { version = "1.0", features = ["std", "derive"] }
serde_json = { version = "1.0", features = ["std"] }
thiserror = { version = "1.0" }
tokio = { version = "1.41" }
tower = { version = "0.4", default-features = false }
tower = { version = "0.5", default-features = false }
tracing = { version = "0.1" }
uuid = { version = "1.11", default-features = false, features = [
"v4",
Expand Down
1 change: 1 addition & 0 deletions integration/sheepdog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ tower = { workspace = true, features = [
"timeout",
"limit",
"load-shed",
"util"
] }
tracing = { version = "0.1", features = ["std", "attributes"] }
tracing-subscriber = { version = "0.3", features = ["std", "env-filter"] }

0 comments on commit a5da24c

Please sign in to comment.