From 105c5b4e050b95e0a61f0d6a871094b5980bb929 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Apr 2022 08:46:32 +0000 Subject: [PATCH] fix(deps): update rust crate anyhow to 1.0.56 (#692) Co-authored-by: Renovate Bot --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 60e726f..5f7b47c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -55,9 +55,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.55" +version = "1.0.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "159bb86af3a200e19a068f4224eae4c8bb2d0fa054c7e5d1cacd5cef95e684cd" +checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27" [[package]] name = "async-compression" diff --git a/Cargo.toml b/Cargo.toml index 55be895..e9606b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ url = "2.2.2" sysinfo = "0.23.5" thiserror = "1.0.30" clap_complete = "3.1.1" -anyhow = "1.0.55" +anyhow = "1.0.56" [dev-dependencies] pretty_assertions = "1.2.1"