From 192eebafd525976ae54017a821e24c6ce247abc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 16:19:08 +0000 Subject: [PATCH] fix(deps): update rust crate anyhow to 1.0.71 (#887) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e44145002..915c12027 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ url = "2.4.0" sysinfo = "0.29.3" thiserror = "1.0.40" clap_complete = "3.2.5" -anyhow = "1.0.66" +anyhow = "1.0.71" [dev-dependencies] pretty_assertions = "1.3.0"