From e7070271820a5397fca6ddb9a894f59f92fe4ae5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 15:30:07 +0000 Subject: [PATCH] fix(deps): update rust crate anyhow to 1.0.66 (#840) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Gal Schlezinger --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df440dd..cabef17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -55,9 +55,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.65" +version = "1.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602" +checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" [[package]] name = "async-compression" diff --git a/Cargo.toml b/Cargo.toml index 32032e8..a4dbefe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ url = "2.3.1" sysinfo = "0.26.7" thiserror = "1.0.37" clap_complete = "3.2.5" -anyhow = "1.0.65" +anyhow = "1.0.66" [dev-dependencies] pretty_assertions = "1.3.0"