Skip to content

Commit

Permalink
util feature
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Oct 1, 2024
1 parent 6ee7e5e commit 0f55bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ http-body-util = "0.1"
hyper = "1.0"
time = "0.3.30"
tokio = { version = "1", features = ["full"] }
tower = "0.4.13"
tower = { version = "0.4.13", features = ["util"] }
tower-cookies = "0.10.0"
tower-sessions = "0.13.0"
tower-sessions-sqlx-store = { path = "../sqlx-store/", features = [
Expand Down

0 comments on commit 0f55bb8

Please sign in to comment.