From 76ee92b5d34570e8eb13b8ba295e8fc64ecb008c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 01:27:00 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ab22e9c..272d3fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Duyet Le "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.66" -deno_core = "0.155.0" -deno_console = "0.73.0" -tokio = { version = "1.21.2", features = ["rt", "macros", "rt-multi-thread"] } +anyhow = "1.0.75" +deno_core = "0.224.0" +deno_console = "0.122.0" +tokio = { version = "1.33.0", features = ["rt", "macros", "rt-multi-thread"] }