From 56f58a047e3c1cc27ff55988f25173cc18ef6aeb Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Sun, 4 Feb 2024 17:03:14 -0700 Subject: chore: bump deno core (#22243) Migrations: - Error registration no longer required for Interrupted or BadResource (these are core exception) - `include_js_files!`/`ExtensionFileSource` changes --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 21340ef4e..fbcd2d41f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] deno_ast = { version = "0.32.0", features = ["transpiling"] } -deno_core = { version = "0.257.0" } +deno_core = { version = "0.258.0" } deno_bench_util = { version = "0.130.0", path = "./bench_util" } deno_lockfile = "0.18.0" -- cgit v1.2.3