From 3b15496d24666268b716e93a3de0e6550e6bdde3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 13:06:36 +0000 Subject: [PATCH] Bump anyhow from 1.0.56 to 1.0.57 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.56 to 1.0.57. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.56...1.0.57) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... 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 81743003..377b0ff0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -58,9 +58,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.56" +version = "1.0.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27" +checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc" [[package]] name = "array-init" diff --git a/Cargo.toml b/Cargo.toml index 2a7ece49..eb905342 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ include = [ [dependencies] env_logger = "0.9.0" -anyhow = "1.0.56" +anyhow = "1.0.57" clap = { version = "3.1.10", features = ["derive", "env"] } log = "0.4.16" heck = "0.4.0" @@ -67,7 +67,7 @@ escape8259 = "0.5.1" itertools = "0.10.3" [build-dependencies] -anyhow = "1.0.56" +anyhow = "1.0.57" zip = { version = "0.6.2", default-features = false } walkdir = "2.3.2" substrate-build-script-utils = "3.0.0" -- GitLab