From 1edc8693bfc4b75e3bb61fc8dc531bdf569b332d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 10 Jul 2023 00:48:47 +0200 Subject: chore: upgrade deno_core and rusty_v8 (#19773) --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0121181ad..9a921e7a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,9 +41,9 @@ repository = "https://github.com/denoland/deno" v8 = { version = "0.74.1", default-features = false } deno_ast = { version = "0.27.0", features = ["transpiling"] } -deno_core = { version = "0.194.0" } -deno_ops = { version = "0.71.0" } -serde_v8 = { version = "0.104.0" } +deno_core = { version = "0.195.0" } +deno_ops = { version = "0.72.0" } +serde_v8 = { version = "0.105.0" } deno_runtime = { version = "0.118.0", path = "./runtime" } napi_sym = { version = "0.40.0", path = "./cli/napi/sym" } -- cgit v1.2.3