From 9d3525c4def7ab02e92257d6376815351e08cf9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 07:40:32 +0000 Subject: [PATCH] Bump anyhow from 1.0.37 to 1.0.38 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.37 to 1.0.38. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.37...1.0.38) 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 910bc059..d91280fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -80,9 +80,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.37" +version = "1.0.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee67c11feeac938fae061b232e38e0b6d94f97a9df10e6271319325ac4c56a86" +checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1" [[package]] name = "approx" diff --git a/Cargo.toml b/Cargo.toml index 6bf2fe03..637b964c 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.37" +anyhow = "1.0.38" structopt = "0.3.20" log = "0.4.11" heck = "0.3.2" @@ -50,7 +50,7 @@ futures = { version = "0.3.9", optional = true } hex = { version = "0.4.2", optional = true } [build-dependencies] -anyhow = "1.0.37" +anyhow = "1.0.38" zip = { version = "0.5.8", default-features = false } walkdir = "2.3.1" -- GitLab