From 33acd437f52b418a8413a302dd8902abad2eabec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 27 Dec 2023 14:38:44 +0100 Subject: refactor: finish test_util server cleanup, simplify dependencies (#21714) Closes https://github.com/denoland/deno/issues/21578 --- cli/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cli/Cargo.toml') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 77aded6da..9ac1220ef 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -152,8 +152,7 @@ nix.workspace = true deno_bench_util.workspace = true fastwebsockets_06 = { package = "fastwebsockets", version = "0.6", features = ["upgrade", "unstable-split"] } flaky_test = "=0.1.0" -h2_04 = { package = "h2", version = "0.4" } -http-body-util = "0.1" +http-body-util.workspace = true http_1 = { package = "http", version = "1.0" } hyper-util.workspace = true hyper1.workspace = true -- cgit v1.2.3