From bf0a0c69d9cc6c4916d4763bab3a236a4dd48b8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 09:18:15 +0100 Subject: [PATCH] chore: bump anyhow from 1.0.41 to 1.0.42 (#25) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f1a71acc..9afa7787 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,9 +28,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.41" +version = "1.0.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61" +checksum = "595d3cfa7a60d4555cb5067b99f07142a08ea778de5cf993f7b75c7d8fabc486" [[package]] name = "atty" diff --git a/Cargo.toml b/Cargo.toml index 14e8d1db..827c6ef8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ include = ["src/**/*", "LICENSE", "README.md"] serde_json = "1.0.64" serde = { version = "1.0.126", features = ["derive"] } structopt = "0.3.22" -anyhow = "1.0.41" +anyhow = "1.0.42" fancy-regex = "0.7.0" Inflector = { version = "0.11.4", default-features = false } colored = "2.0.0"