From 738bdebe13e8ba319997afb0d872118408ec3b6f Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Thu, 13 Apr 2023 18:46:19 +0530 Subject: chore: bump fastwebsockets to 0.1.3 (#18684) Fixes build on aarch64 Linux. See https://github.com/littledivy/fastwebsockets/issues/2 --- ext/websocket/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') 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 -- cgit v1.2.3