From 8fbac6739545d1d874eb1af0b2b9dddff576786c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 26 Dec 2023 14:32:21 +0100 Subject: refactor: change cli/ to use hyper 1.1 (#21705) --- ext/websocket/Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ext/websocket') diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml index 2a0a20114..5aa668bfe 100644 --- a/ext/websocket/Cargo.toml +++ b/ext/websocket/Cargo.toml @@ -18,14 +18,10 @@ bytes.workspace = true deno_core.workspace = true deno_net.workspace = true deno_tls.workspace = true -fastwebsockets = { workspace = true, features = ["upgrade", "unstable-split"] } fastwebsockets_06 = { package = "fastwebsockets", version = "0.6", features = ["upgrade", "unstable-split"] } -h2.workspace = true h2_04 = { package = "h2", version = "0.4" } -http.workspace = true http-body-util = "0.1" http_1 = { package = "http", version = "1.0" } -hyper = { workspace = true, features = ["backports"] } hyper-util.workspace = true hyper1.workspace = true once_cell.workspace = true -- cgit v1.2.3