From cd0fcc2257198e33c319555091b7081dc8387c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 31 Aug 2023 21:56:25 +0200 Subject: chore: upgrade deno_core to 0.208.0 (#20340) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0de04bbcf..f3dc07f46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] deno_ast = { version = "0.28.0", features = ["transpiling"] } -deno_core = { version = "0.207.0" } +deno_core = { version = "0.208.0" } deno_runtime = { version = "0.125.0", path = "./runtime" } napi_sym = { version = "0.47.0", path = "./cli/napi/sym" } -- cgit v1.2.3