From 83ad7652bc2dfa8b3bee4bd70215bc7295799b3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 23:44:29 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.96 to 1.0.98 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.96 to 1.0.98. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.96...1.0.98) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.98 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 5facd87..be5768a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -110,9 +110,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.96" +version = "1.0.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b964d184e89d9b6b67dd2715bc8e74cf3107fb2b529990c90cf517326150bf4" +checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" dependencies = [ "backtrace", ] diff --git a/Cargo.toml b/Cargo.toml index d9b1516..0b8de5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ clap_mangen = "0.2.29" clap_complete = "4.5.40" serde = { version = "1.0.217", features = ["derive"] } arbitrary = { version = "1.4.1", features = ["derive"] } -anyhow = { version = "1.0.95", features = ["backtrace", "std"] } +anyhow = { version = "1.0.98", features = ["backtrace", "std"] } mio = { version = "1.0.3", features = ["net", "os-poll"] } signal-hook-mio = { version = "0.2.4", features = ["support-v1_0"] } signal-hook = "0.3.17"