summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2023-11-06 18:03:48 -0700
committerGitHub <noreply@github.com>2023-11-07 01:03:48 +0000
commit50e4806a2db66be289aa123a0bfd8dd8688712ba (patch)
tree7cd801045c2a7a27ac9483bb2c6066675a03d9a1 /Cargo.toml
parent777c142d39bf7af1f671239db7ba45e9a9fce48d (diff)
chore: bump deno_core (#21102)
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 c597abc08..e42a12cd5 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.225.0" }
+deno_core = { version = "0.227.0" }
deno_runtime = { version = "0.130.0", path = "./runtime" }
napi_sym = { version = "0.52.0", path = "./cli/napi/sym" }