summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-11-13 12:04:30 +0000
committerGitHub <noreply@github.com>2024-11-13 12:04:30 +0000
commitef4646278efef85a379b1e0f38c028320d07e3aa (patch)
tree6d0fd9bb57fad3bbc2b8e5d890a605f8253e6e7e /Cargo.toml
parentaa546189be730163ee5370029e4dfdb3b454ab96 (diff)
feat: upgrade V8 to 13.0 (#26851)
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 50e41145b..de8b07cd0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,7 @@ repository = "https://github.com/denoland/deno"
[workspace.dependencies]
deno_ast = { version = "=0.43.3", features = ["transpiling"] }
-deno_core = { version = "0.318.0" }
+deno_core = { version = "0.319.0" }
deno_bench_util = { version = "0.171.0", path = "./bench_util" }
deno_lockfile = "=0.23.1"