summaryrefslogtreecommitdiff
path: root/ext/websocket
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-04-07 14:40:20 -0400
committerGitHub <noreply@github.com>2022-04-07 14:40:20 -0400
commitb2aaf708abd1af7c6df34a273a1720de63f93fcc (patch)
tree814e4cf6e3f9ce6d6dbc7e3a304a78bb2b6168c0 /ext/websocket
parent181e378032757938be88d8a02d6f87be191b47e2 (diff)
chore: forward v1.20.5 release commit to main (#14232)
Diffstat (limited to 'ext/websocket')
-rw-r--r--ext/websocket/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml
index 0b738b346..f9aa9aa0b 100644
--- a/ext/websocket/Cargo.toml
+++ b/ext/websocket/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_websocket"
-version = "0.50.0"
+version = "0.51.0"
authors = ["the Deno authors"]
edition = "2021"
license = "MIT"
@@ -14,8 +14,8 @@ description = "Implementation of WebSocket API for Deno"
path = "lib.rs"
[dependencies]
-deno_core = { version = "0.127.0", path = "../../core" }
-deno_tls = { version = "0.32.0", path = "../tls" }
+deno_core = { version = "0.128.0", path = "../../core" }
+deno_tls = { version = "0.33.0", path = "../tls" }
http = "0.2.4"
hyper = { version = "0.14.12" }
serde = { version = "1.0.129", features = ["derive"] }