summaryrefslogtreecommitdiff
path: root/extensions/websocket
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/websocket')
-rw-r--r--extensions/websocket/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/websocket/Cargo.toml b/extensions/websocket/Cargo.toml
index 81a11a39c..94aafea12 100644
--- a/extensions/websocket/Cargo.toml
+++ b/extensions/websocket/Cargo.toml
@@ -14,7 +14,7 @@ repository = "https://github.com/denoland/deno"
path = "lib.rs"
[dependencies]
-deno_core = { version = "0.91.0", path = "../../core" }
+deno_core = { version = "0.92.0", path = "../../core" }
http = "0.2.3"
serde = { version = "1.0.125", features = ["derive"] }
tokio = { version = "1.7.1", features = ["full"] }