diff options
Diffstat (limited to 'ext/websocket')
-rw-r--r-- | ext/websocket/Cargo.toml | 4 |
1 files changed, 0 insertions, 4 deletions
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 |