From 4cf1e48c02b69ddb99942791131465427f83bc13 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 29 Dec 2020 05:59:39 +0000 Subject: [PATCH] Bump anyhow from 1.0.31 to 1.0.37 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.31 to 1.0.37. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.31...1.0.37) 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..f532c41 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20,9 +20,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.31" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85bb70cc08ec97ca5450e6eba421deeea5f172c0fc61f78b5357b2a8e8be195f" +checksum = "ee67c11feeac938fae061b232e38e0b6d94f97a9df10e6271319325ac4c56a86" [[package]] name = "ascii" diff --git a/Cargo.toml b/Cargo.toml index f123abf..a1a8cc3 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.37" structopt = "0.3.9" clap-verbosity-flag = "0.3.1" log = "0.4.8"