From 1794657c969636e05c7bf7685fb76c03899d5fd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Nov 2021 13:06:35 +0000 Subject: [PATCH] Bump anyhow from 1.0.50 to 1.0.51 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.50 to 1.0.51. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.50...1.0.51) --- 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 6fc45b85..fafe34f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -79,9 +79,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.50" +version = "1.0.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecc78c299ae753905840c5d3ba036c51f61ce5a98a83f98d9c9d29dffd427f71" +checksum = "8b26702f315f53b6071259e15dd9d64528213b44d61de1ec926eca7715d62203" [[package]] name = "approx" diff --git a/Cargo.toml b/Cargo.toml index 20d3687c..d7eba181 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.9.0" -anyhow = "1.0.50" +anyhow = "1.0.51" structopt = "0.3.25" log = "0.4.14" heck = "0.3.3" @@ -52,7 +52,7 @@ hex = { version = "0.4.3", optional = true } funty = "2.0.0" [build-dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" zip = { version = "0.5.13", default-features = false } walkdir = "2.3.2" substrate-build-script-utils = "3.0.0" -- GitLab