summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock4
-rw-r--r--ext/websocket/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f11ed6cd3..b6ed10336 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1788,9 +1788,9 @@ dependencies = [
[[package]]
name = "fastwebsockets"
-version = "0.1.0"
+version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "45dfdedde2bd984f677056a9a804fe995990ab4f4594599c848c05a10ee8c05e"
+checksum = "d57e99c3fa6d0e1c6aeb84f4c904b26425128215fd318a251d8e785e373d43b6"
dependencies = [
"cc",
"simdutf8",
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