From 3c678893f28ffaa6d1571ef8c05566f50e8bce7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 08:00:36 +0000 Subject: [PATCH] Bump anyhow from 1.0.38 to 1.0.39 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.38 to 1.0.39. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.38...1.0.39) 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 7975db8e..9f296e0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -73,9 +73,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.38" +version = "1.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1" +checksum = "81cddc5f91628367664cc7c69714ff08deee8a3efc54623011c772544d7b2767" [[package]] name = "approx" diff --git a/Cargo.toml b/Cargo.toml index 2b216f68..81c596b4 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.38" +anyhow = "1.0.39" 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.38" +anyhow = "1.0.39" zip = { version = "0.5.11", default-features = false } walkdir = "2.3.1" -- GitLab