Skip to content

Commit

Permalink
Use hyper-util 0.1.1 release in dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stephank committed Nov 17, 2023
1 parent ab267aa commit 3c47005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ url = "2.1.0"

[dev-dependencies]
hyper = { version = "1.0.0", features = ["http1", "server"] }
hyper-util = { git = "https://github.com/hyperium/hyper-util.git" }
hyper-util = { version = "0.1.1", features = ["tokio"] }
http-body-util = "0.1.0"
tempfile = "3"
tokio = { version = "1.0.0", features = ["macros", "rt-multi-thread", "net", "io-util"] }
Expand Down

0 comments on commit 3c47005

Please sign in to comment.