Skip to content

Commit

Permalink
fix: enable tower util for axum tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtread committed Oct 13, 2024
1 parent a4ecb40 commit 2911b1e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 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 @@ -60,7 +60,7 @@ tokio-util = { version = "0.7", features = ["codec"] }
# Hyper for connection upgrades (TODO: Update to 1.0 once reqwest supports it)
hyper = "1.4"
hyper-util = { version = "0.1.7", features = ["tokio"] }
tower = "0.4"
tower = { version = "0.4", features = ["util"] }

bitflags = { version = "2.3.1", features = ["serde"] }
tdf = { version = "0.4" }
Expand Down

0 comments on commit 2911b1e

Please sign in to comment.