summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2023-12-24 06:44:40 -0700
committerGitHub <noreply@github.com>2023-12-24 14:44:40 +0100
commit8702894feb480181040152a06e7c3eaf38619629 (patch)
treec4b988ca133502975efbae88cac26d12ed287159 /Cargo.toml
parente1bfb29868cf49b949560bc3328ea824400a1319 (diff)
chore: bump deno_core (#21675)
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 b58977b78..37569f876 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.238.0" }
+deno_core = { version = "0.239.0" }
deno_runtime = { version = "0.137.0", path = "./runtime" }
napi_sym = { version = "0.59.0", path = "./cli/napi/sym" }