Skip to content

Commit

Permalink
update hyper-util dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
TannerRogalsky committed Dec 21, 2023
1 parent 49b5b5f commit 74e015b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ publish = false
[dependencies]
axum = "0.7"
hyper = { version = "1", features = ["full"] }
hyper-util = { git = "https://github.com/hyperium/hyper-util.git", features = [
"full",
] }
hyper-util = { version = "0.1.2", features = ["full"] }
http-body-util = "0.1"
turmoil = { path = "../.." }
tracing = "0.1"
Expand Down

0 comments on commit 74e015b

Please sign in to comment.