From cde70b32593ea6f407e3e6f1885dba8a1c4fe1a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 08:08:27 +0000 Subject: [PATCH] Bump anyhow from 1.0.37 to 1.0.39 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.37 to 1.0.39. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.37...1.0.39) 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..14e30a4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -26,9 +26,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.37" +version = "1.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee67c11feeac938fae061b232e38e0b6d94f97a9df10e6271319325ac4c56a86" +checksum = "81cddc5f91628367664cc7c69714ff08deee8a3efc54623011c772544d7b2767" [[package]] name = "arrayref" diff --git a/Cargo.toml b/Cargo.toml index 5d35dc5d..4fdb7c3c 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.39" reqwest = "0.10.10" tempdir = "0.3.7" flate2 = "1.0.19"