From c5b85bd007c1c1859613414aff187959b42877cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 22:24:48 +0000 Subject: [PATCH] Bump anyhow from 1.0.78 to 1.0.80 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.78 to 1.0.80. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.78...1.0.80) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0dd4145..9ad22dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,9 +28,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.78" +version = "1.0.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca87830a3e3fb156dc96cfbd31cb620265dd053be734723f22b760d6cc3c3051" +checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" [[package]] name = "autocfg" diff --git a/Cargo.toml b/Cargo.toml index b754cfb..cb33a11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ rayon = "1.8.0" thiserror = "1.0.53" murmur3 = "0.5.2" crossbeam-channel = "0.5.10" -anyhow = "1.0.78" +anyhow = "1.0.80" rand = "0.8.5" tokio = { version = "1.35.1", features = ["full"] }