diff options
Diffstat (limited to 'test_util/Cargo.toml')
-rw-r--r-- | test_util/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index d51252a3b..5f2ccbd59 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -25,9 +25,9 @@ fastwebsockets.workspace = true flate2 = { workspace = true, features = ["default"] } futures.workspace = true glob.workspace = true -h2_04 = { package = "h2", version = "0.4" } -http-body-util = "0.1" -http_1 = { package = "http", version = "1.0" } +h2 = "0.4" +http = "1.0" +http-body-util.workspace = true hyper-util.workspace = true hyper1.workspace = true lazy-regex.workspace = true |