From c2414db1f68d27db8ca6f192f0ff877f1394164c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 27 Dec 2023 17:59:57 +0100 Subject: refactor: simplify hyper, http, h2 deps (#21715) Main change is that: - "hyper" has been renamed to "hyper_v014" to signal that it's legacy - "hyper1" has been renamed to "hyper" and should be the default --- cli/Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'cli/Cargo.toml') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 9ac1220ef..30e1fcbcc 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -100,7 +100,6 @@ flate2.workspace = true fs3.workspace = true glob = "0.3.1" hex.workspace = true -http.workspace = true import_map = { version = "=0.18.0", features = ["ext"] } indexmap.workspace = true jsonc-parser = { version = "=0.23.0", features = ["serde"] } @@ -150,12 +149,12 @@ nix.workspace = true [dev-dependencies] deno_bench_util.workspace = true -fastwebsockets_06 = { package = "fastwebsockets", version = "0.6", features = ["upgrade", "unstable-split"] } +fastwebsockets = { workspace = true, features = ["upgrade", "unstable-split"] } flaky_test = "=0.1.0" +http.workspace = true http-body-util.workspace = true -http_1 = { package = "http", version = "1.0" } +hyper.workspace = true hyper-util.workspace = true -hyper1.workspace = true once_cell.workspace = true os_pipe.workspace = true pretty_assertions.workspace = true -- cgit v1.2.3