Skip to content

Commit

Permalink
Update tower to 0.5
Browse files Browse the repository at this point in the history
This commit updates the tower crate from 0.4 to 0.5.

Signed-off-by: Brian L. Troutwine <[email protected]>
  • Loading branch information
blt committed Dec 17, 2024
1 parent 7b909b0 commit cc5540d
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 cc5540d

Please sign in to comment.