From f474c1ac9518d3dd43e10cf8a8b67a6f7f7f8c98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Dec 2020 06:59:06 +0000 Subject: [PATCH] Bump anyhow from 1.0.35 to 1.0.37 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.35 to 1.0.37. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.35...1.0.37) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fefd0086..e2ae7035 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -80,9 +80,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.35" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c0df63cb2955042487fad3aefd2c6e3ae7389ac5dc1beb28921de0b69f779d4" +checksum = "ee67c11feeac938fae061b232e38e0b6d94f97a9df10e6271319325ac4c56a86" [[package]] name = "approx" diff --git a/Cargo.toml b/Cargo.toml index 0e0a7618..0a975a58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE", "build.rs", "tem [dependencies] env_logger = "0.8.2" -anyhow = "1.0.34" +anyhow = "1.0.37" structopt = "0.3.20" log = "0.4.11" heck = "0.3.1" @@ -50,7 +50,7 @@ futures = { version = "0.3.8", optional = true } hex = { version = "0.4.2", optional = true } [build-dependencies] -anyhow = "1.0.34" +anyhow = "1.0.37" zip = { version = "0.5.8", default-features = false } walkdir = "2.3.1" -- GitLab