summaryrefslogtreecommitdiff
path: root/test_util/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-12-25 17:38:48 +0100
committerGitHub <noreply@github.com>2023-12-25 17:38:48 +0100
commitd1f4d81dcf6a03463d82a89d058337acecca0588 (patch)
tree365f60f53e0caa59dc3718e37ec67a8deb7eba11 /test_util/Cargo.toml
parent60da9d493c97fdfa026d163f80ddc25ee01a6e57 (diff)
refactor: use hyper 1.0 in WS test server (#21698)
Diffstat (limited to 'test_util/Cargo.toml')
-rw-r--r--test_util/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml
index 8e0e4d097..73e00ec72 100644
--- a/test_util/Cargo.toml
+++ b/test_util/Cargo.toml
@@ -21,12 +21,15 @@ bytes.workspace = true
console_static_text.workspace = true
denokv_proto.workspace = true
fastwebsockets = { workspace = true, features = ["upgrade"] }
+fastwebsockets_06 = { package = "fastwebsockets", version = "0.6", features = ["upgrade"] }
flate2 = { workspace = true, features = ["default"] }
futures.workspace = true
glob.workspace = true
h2.workspace = true
h2_04 = { package = "h2", version = "0.4" }
+http_1 = { package = "http", version = "1.0" }
hyper = { workspace = true, features = ["server", "http1", "http2", "runtime"] }
+hyper-util.workspace = true
hyper1.workspace = true
lazy-regex.workspace = true
libc.workspace = true