summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-11-01 20:25:09 +0100
committerGitHub <noreply@github.com>2023-11-01 20:25:09 +0100
commit1d19b1011bd7df50598f5981408c2d78c35b76d2 (patch)
treefd08d835b76abb0b95f88fa666580b251ae2aa50 /Cargo.toml
parent01d3e0f317ca180bbf0ac8a17c6651869110e02f (diff)
chore: upgrade deno_core (#21036)
Updated to deno_core 0.224.0 and V8 12.0. --------- Co-authored-by: Aapo Alasuutari <aapo.alasuutari@gmail.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d6c8c81cd..a0a6f56dd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,8 +39,8 @@ license = "MIT"
repository = "https://github.com/denoland/deno"
[workspace.dependencies]
-deno_ast = { version = "0.31.0", features = ["transpiling"] }
-deno_core = { version = "0.223.0" }
+deno_ast = { version = "0.31.2", features = ["transpiling"] }
+deno_core = { version = "0.224.0" }
deno_runtime = { version = "0.129.0", path = "./runtime" }
napi_sym = { version = "0.51.0", path = "./cli/napi/sym" }