summaryrefslogtreecommitdiff
path: root/ext/websocket
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2023-04-13 18:46:19 +0530
committerGitHub <noreply@github.com>2023-04-13 13:16:19 +0000
commit738bdebe13e8ba319997afb0d872118408ec3b6f (patch)
tree228ca0a28541f6cb9c969d1412b995d948211b5d /ext/websocket
parent702284dc2268eae565778b8b522ba534d7d48580 (diff)
chore: bump fastwebsockets to 0.1.3 (#18684)
Fixes build on aarch64 Linux. See https://github.com/littledivy/fastwebsockets/issues/2
Diffstat (limited to 'ext/websocket')
-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 ee9d8f363..6ad88ea9b 100644
--- a/ext/websocket/Cargo.toml
+++ b/ext/websocket/Cargo.toml
@@ -16,7 +16,7 @@ path = "lib.rs"
[dependencies]
deno_core.workspace = true
deno_tls.workspace = true
-fastwebsockets = "0.1.0"
+fastwebsockets = "0.1.3"
http.workspace = true
hyper.workspace = true
serde.workspace = true