From 0bfd88e89fa6a3cea95476c76b143ede89efb374 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 00:28:48 +0000 Subject: [PATCH] fix(deps): update rust crate anyhow to 1.0.66 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e601bc7..ab22e9c 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.65" +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"] }