From 10c4d6b702b8d0704aebfb6ca08d549cd40911d1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 06:04:53 +0000 Subject: [PATCH] Bump anyhow from 1.0.31 to 1.0.39 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.31 to 1.0.39. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.31...1.0.39) 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..564f84e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20,9 +20,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.31" +version = "1.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85bb70cc08ec97ca5450e6eba421deeea5f172c0fc61f78b5357b2a8e8be195f" +checksum = "81cddc5f91628367664cc7c69714ff08deee8a3efc54623011c772544d7b2767" [[package]] name = "ascii" diff --git a/Cargo.toml b/Cargo.toml index f123abf..e0cfa72 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.39" structopt = "0.3.9" clap-verbosity-flag = "0.3.1" log = "0.4.8"