From 993cd1d80101cf3d05259191ddce53656395cd1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 08:04:09 +0000 Subject: [PATCH] Bump anyhow from 1.0.35 to 1.0.36 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.35 to 1.0.36. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.35...1.0.36) 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..6c04cca0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -80,9 +80,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.35" +version = "1.0.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c0df63cb2955042487fad3aefd2c6e3ae7389ac5dc1beb28921de0b69f779d4" +checksum = "68803225a7b13e47191bab76f2687382b60d259e8cf37f6e1893658b84bb9479" [[package]] name = "approx" diff --git a/Cargo.toml b/Cargo.toml index 0e0a7618..33c5bc4f 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.36" 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.36" zip = { version = "0.5.8", default-features = false } walkdir = "2.3.1" -- GitLab