From 274534d5b3b87a7aa626922b32c76417ab8f9a41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 21:59:53 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ab22e9c..9cac237 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,6 @@ authors = ["Duyet Le "] [dependencies] anyhow = "1.0.66" -deno_core = "0.155.0" -deno_console = "0.73.0" +deno_core = "0.301.0" +deno_console = "0.164.0" tokio = { version = "1.21.2", features = ["rt", "macros", "rt-multi-thread"] }