From c664a1bc32a723f9c603c69997bd801728624027 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Apr 2021 11:37:28 +0000 Subject: [PATCH] Bump anyhow from 1.0.37 to 1.0.40 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.37 to 1.0.40. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.37...1.0.40) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6420531..a7f648d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,9 +2,9 @@ # It is not intended for manual editing. [[package]] name = "anyhow" -version = "1.0.37" +version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee67c11feeac938fae061b232e38e0b6d94f97a9df10e6271319325ac4c56a86" +checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b" [[package]] name = "atty" diff --git a/Cargo.toml b/Cargo.toml index a64252f..bc1c811 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ license = "Apache-2.0" [dependencies] nix = "0.10.0" clap = "3.0.0-beta.2" -anyhow = "1.0.32" +anyhow = "1.0.40" thiserror = "1.0.20" rand = "0.8.0" ctrlc = "3.1.7"