From 3f3a9c4775b3e78d17a1253529041a3257acd331 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 06:32:44 +0000 Subject: [PATCH] Bump anyhow from 1.0.31 to 1.0.40 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.31 to 1.0.40. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.31...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 f3527f7..9c7ab09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20,9 +20,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.31" +version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85bb70cc08ec97ca5450e6eba421deeea5f172c0fc61f78b5357b2a8e8be195f" +checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b" [[package]] name = "ascii" diff --git a/Cargo.toml b/Cargo.toml index f123abf..cd57a3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ travis-ci = { repository = "ronin13/finde-rs" } walkdir = "2.3.1" crossbeam = "0.7.3" tantivy = "0.11.3" -anyhow = "1.0.26" +anyhow = "1.0.40" structopt = "0.3.9" clap-verbosity-flag = "0.3.1" log = "0.4.8"