summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2024-01-04 11:53:04 -0700
committerGitHub <noreply@github.com>2024-01-04 18:53:04 +0000
commitc36d9129b5995d3656e878ff94c8bd2fe7d17b05 (patch)
treebf76312e7e2c8143ca20741e84ffec0de09378bc /Cargo.toml
parent0245ac08d419d462ba7cf9dd4153fcea9a30e843 (diff)
chore(cli): bump deno_core (#21790)
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 ed1f0642a..92f77c3f2 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.242.0" }
+deno_core = { version = "0.243.0" }
deno_runtime = { version = "0.137.0", path = "./runtime" }
napi_sym = { version = "0.59.0", path = "./cli/napi/sym" }