From e91bea4fc764d5068a75c316500209dff90ceb09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jun 2022 01:10:22 +0000 Subject: [PATCH] fix(deps): update rust crate anyhow to 1.0.58 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5168c24..1ef1ea1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22,9 +22,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.52" +version = "1.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84450d0b4a8bd1ba4144ce8ce718fbc5d071358b1e5384bace6536b3d1f2d5b3" +checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704" [[package]] name = "atty" diff --git a/Cargo.toml b/Cargo.toml index 401d4be..363ac59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,4 +17,4 @@ ctrlc = "3.2.1" log = "0.4.14" env_logger = "0.9.0" path-absolutize = "3.0.11" -anyhow = "1.0.52" +anyhow = "1.0.58"