summaryrefslogtreecommitdiff
path: root/extensions/websocket
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-06-28 20:59:23 +0200
committerGitHub <noreply@github.com>2021-06-28 20:59:23 +0200
commit30cba2484815f712502ae8937a25afa13aba0818 (patch)
tree496432652cf8ff00ee61e8d9a1e701fc65439596 /extensions/websocket
parent9e875b2a2353eb4f3c6343a22e19c01276571cf6 (diff)
chore: release deno_core (#11164)
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"] }