From bd66080217ebfd4f4f48d95e30f79d0dc57fd520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 21 Feb 2024 17:31:18 +0000 Subject: chore: upgrade deno_core and V8 (#22505) Co-authored-by: Divy Srivastava --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 113880a0c..6bcf3a222 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] deno_ast = { version = "0.33.2", features = ["transpiling"] } -deno_core = { version = "0.263.0", features = ["snapshot_data_bincode"] } +deno_core = { version = "0.264.0", features = ["snapshot_data_bincode"] } deno_bench_util = { version = "0.132.0", path = "./bench_util" } deno_lockfile = "0.19.0" -- cgit v1.2.3