summaryrefslogtreecommitdiff
path: root/ext/websocket/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-12-26 21:53:28 +0100
committerGitHub <noreply@github.com>2023-12-26 21:53:28 +0100
commite33c5eb704c22fad69876e87d9b852a4e5072a7a (patch)
tree8cebefd94d93b656798b21095a73dee0dacfcc58 /ext/websocket/Cargo.toml
parent8fbac6739545d1d874eb1af0b2b9dddff576786c (diff)
refactor: fastwebsockets renames (#21707)
We now use only a single version of "fastwebsockets" crate, so we no longer need to have an alias.
Diffstat (limited to 'ext/websocket/Cargo.toml')
-rw-r--r--ext/websocket/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml
index 5aa668bfe..a4321b498 100644
--- a/ext/websocket/Cargo.toml
+++ b/ext/websocket/Cargo.toml
@@ -18,7 +18,7 @@ bytes.workspace = true
deno_core.workspace = true
deno_net.workspace = true
deno_tls.workspace = true
-fastwebsockets_06 = { package = "fastwebsockets", version = "0.6", features = ["upgrade", "unstable-split"] }
+fastwebsockets.workspace = true
h2_04 = { package = "h2", version = "0.4" }
http-body-util = "0.1"
http_1 = { package = "http", version = "1.0" }