From 15e439e277ded886daeca2ae5a98cb390a343a2e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2020 07:36:45 +0000 Subject: [PATCH] Bump anyhow from 1.0.31 to 1.0.32 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.31 to 1.0.32. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.31...1.0.32) 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..44b29f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20,9 +20,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.31" +version = "1.0.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85bb70cc08ec97ca5450e6eba421deeea5f172c0fc61f78b5357b2a8e8be195f" +checksum = "6b602bfe940d21c130f3895acd65221e8a61270debe89d628b9cb4e3ccb8569b" [[package]] name = "ascii" diff --git a/Cargo.toml b/Cargo.toml index f123abf..82eed34 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.32" structopt = "0.3.9" clap-verbosity-flag = "0.3.1" log = "0.4.8"