summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2023-12-13 08:07:26 -0700
committerGitHub <noreply@github.com>2023-12-13 08:07:26 -0700
commit76a6ea57753be420398d3eba8f313a6c98eab8c3 (patch)
tree66c95d582b711aa4f4234943f5526b98c8176210 /Cargo.toml
parent461ef6bdd80347caa12934c2c16337bc8d40d9a4 (diff)
refactor(cli): update to new deno_core promise/call methods (#21519)
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 bc0bcf5b6..ac8206061 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ repository = "https://github.com/denoland/deno"
[workspace.dependencies]
deno_ast = { version = "0.31.6", features = ["transpiling"] }
-deno_core = { version = "0.237.0" }
+deno_core = { version = "0.238.0" }
deno_runtime = { version = "0.135.0", path = "./runtime" }
napi_sym = { version = "0.57.0", path = "./cli/napi/sym" }