From 30142ba09f260bbe832b36ab4fc285068c6416b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 22:46:58 +0000 Subject: [PATCH] Bump anyhow from 1.0.78 to 1.0.81 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.78 to 1.0.81. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.78...1.0.81) --- 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..8051011 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,9 +28,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.78" +version = "1.0.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca87830a3e3fb156dc96cfbd31cb620265dd053be734723f22b760d6cc3c3051" +checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" [[package]] name = "autocfg" diff --git a/Cargo.toml b/Cargo.toml index b754cfb..5ef8d14 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.81" rand = "0.8.5" tokio = { version = "1.35.1", features = ["full"] }