From e844f569a14b3af5030552c736a1d174e01d81d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 07:56:18 +0000 Subject: [PATCH] Bump anyhow from 1.0.37 to 1.0.40 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.37 to 1.0.40. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.37...1.0.40) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a41707f..abcfe7f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -26,9 +26,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.37" +version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee67c11feeac938fae061b232e38e0b6d94f97a9df10e6271319325ac4c56a86" +checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b" [[package]] name = "arrayref" diff --git a/Cargo.toml b/Cargo.toml index 5d35dc5d..ebd7fb72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ tokio = { version = "0.2.24", features = [ "macros" ] } log = "0.4.13" structopt = "0.3.21" simplelog = "0.9.0" -anyhow = "1.0.35" +anyhow = "1.0.40" reqwest = "0.10.10" tempdir = "0.3.7" flate2 = "1.0.19"