summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2023-10-05 03:13:58 +0530
committerGitHub <noreply@github.com>2023-10-04 21:43:58 +0000
commit1a81b2826d7e0f64831c7a96d3cfb113ea6e7eb7 (patch)
tree020c6005a7d9b1634eaf72f7e8f921f59fd949ff /Cargo.toml
parentcbddf5756e07fbbe10bd35d23bb9e9c0c685442a (diff)
refactor: rewrite websocket to use op2 macro (#20140)
Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 190568688..3720eb74f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@ repository = "https://github.com/denoland/deno"
[workspace.dependencies]
deno_ast = { version = "0.29.3", features = ["transpiling"] }
-deno_core = { version = "0.220.0" }
+deno_core = { version = "0.221.0" }
deno_runtime = { version = "0.128.0", path = "./runtime" }
napi_sym = { version = "0.50.0", path = "./cli/napi/sym" }