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"