summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2023-11-13 17:31:12 -0700
committerGitHub <noreply@github.com>2023-11-13 17:31:12 -0700
commite54e8d4e2246de13325114b930effa8647623795 (patch)
tree9bfdd7b411ec09fa39fd60ce6fec1977a51dd77b /Cargo.toml
parent9b9ec44db7eeec9d390b63f93393578e258f05a0 (diff)
chore: bump deno_core (#21188)
Fixes https://github.com/denoland/deno/issues/21176
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 487e83f8f..cb2db83e6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@ repository = "https://github.com/denoland/deno"
[workspace.dependencies]
deno_ast = { version = "0.31.2", features = ["transpiling"] }
-deno_core = { version = "0.229.0" }
+deno_core = { version = "0.230.0" }
deno_runtime = { version = "0.131.0", path = "./runtime" }
napi_sym = { version = "0.53.0", path = "./cli/napi/sym" }