From e23fc6d88cc26a234ef2795d0bea1fd2f7fb8bfa Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Tue, 13 Feb 2024 19:44:37 -0700 Subject: chore: deno_core bump (#22407) - Adding `None` flag for warmup script. - Modify opcall trace interface to match new Rust implementation --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d069d1652..becd0692a 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.261.0" } +deno_core = { version = "0.262.0" } deno_bench_util = { version = "0.131.0", path = "./bench_util" } deno_lockfile = "0.18.2" -- cgit v1.2.3