diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-12-26 14:32:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-26 14:32:21 +0100 |
commit | 8fbac6739545d1d874eb1af0b2b9dddff576786c (patch) | |
tree | cd0c32251546dc491eea1c0a7fd9d4f758a1623e /ext/websocket | |
parent | 753777b4affb6020739b4f74932a278f6f8afcce (diff) |
refactor: change cli/ to use hyper 1.1 (#21705)
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 |