From 9adb25bd5392d0dd5ee6799d9cc7652f303d3760 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 07:48:44 +0000 Subject: [PATCH] Bump anyhow from 1.0.39 to 1.0.40 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.39 to 1.0.40. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.39...1.0.40) 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 635f83f9..980e0c29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -73,9 +73,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.39" +version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81cddc5f91628367664cc7c69714ff08deee8a3efc54623011c772544d7b2767" +checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b" [[package]] name = "approx" diff --git a/Cargo.toml b/Cargo.toml index fee0137f..e26bbf5f 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.3" -anyhow = "1.0.39" +anyhow = "1.0.40" structopt = "0.3.21" log = "0.4.14" heck = "0.3.2" @@ -54,7 +54,7 @@ hex = { version = "0.4.3", optional = true } funty = "=1.1.0" [build-dependencies] -anyhow = "1.0.39" +anyhow = "1.0.40" zip = { version = "0.5.11", default-features = false } walkdir = "2.3.2" -- GitLab