Skip to content

Commit

Permalink
server: Enable tower util feature (#1464)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars committed Sep 26, 2024
1 parent f70c8c8 commit 1586d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ hyper-util = { version = "0.1", features = ["tokio", "service", "tokio", "server
http = "1"
http-body = "1"
http-body-util = "0.1.0"
tower = "0.4.13"
tower = { version = "0.4.13", features = ["util"] }
thiserror = "1"
route-recognizer = "0.3.1"
pin-project = "1.1.3"
Expand Down

0 comments on commit 1586d74

Please sign in to comment.