summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2023-11-27 16:01:27 -0700
committerGitHub <noreply@github.com>2023-11-27 16:01:27 -0700
commit5ab7c702bb5d83c294f0e68fe751e3ee6283e0a7 (patch)
tree9ec3a003f6fa2d1cb0f42c41694dbc6039eb3857 /Cargo.toml
parent3c8865455243c91105ab309de973d68c9db349d4 (diff)
chore: bump deno_core (#21351)
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 7aa1dbec2..b1c85efdc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@ repository = "https://github.com/denoland/deno"
[workspace.dependencies]
deno_ast = { version = "0.31.6", features = ["transpiling"] }
-deno_core = { version = "0.232.0" }
+deno_core = { version = "0.233.0" }
deno_runtime = { version = "0.133.0", path = "./runtime" }
napi_sym = { version = "0.55.0", path = "./cli/napi/sym" }