From 47c2a63d872886ae1d0576f3cbf630151c8ff129 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Tue, 27 Feb 2024 08:05:57 -0700 Subject: chore: bump deno_core (#22596) Migrations: - snapshot code updated - runtime stats API tweaks --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7e8988ce9..9949ad06c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] deno_ast = { version = "0.34.0", features = ["transpiling"] } -deno_core = { version = "0.264.0", features = ["snapshot_data_bincode"] } +deno_core = { version = "0.265.0", features = ["snapshot_data_bincode"] } deno_bench_util = { version = "0.133.0", path = "./bench_util" } deno_lockfile = "0.19.0" -- cgit v1.2.3