diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-12-27 11:45:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-27 11:45:12 +0100 |
| commit | 4f4dcf52916b5e9d200d223d046cef332b5a598e (patch) | |
| tree | b7be6be7f0032d59969924c30ae4b1cda3db39a5 /test_util/Cargo.toml | |
| parent | 0efe438f7c191d8504355e03b27fe7e3055c9387 (diff) | |
refactor: rewrite remaining test server to Hyper 1.1 (#21708)
Ref https://github.com/denoland/deno/issues/21578
Diffstat (limited to 'test_util/Cargo.toml')
| -rw-r--r-- | test_util/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index bb0f84d76..d51252a3b 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -19,15 +19,15 @@ async-stream = "0.3.3" base64.workspace = true bytes.workspace = true console_static_text.workspace = true +deno_unsync = "0.3.0" denokv_proto.workspace = true fastwebsockets.workspace = true flate2 = { workspace = true, features = ["default"] } futures.workspace = true glob.workspace = true -h2.workspace = true h2_04 = { package = "h2", version = "0.4" } +http-body-util = "0.1" 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 |
