From c44e4920392a0691cb31a9e6a6e93db7463adf0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 14:06:10 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.101 to 1.0.102 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.101 to 1.0.102. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.101...1.0.102) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cd21827..ee86c7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ thiserror = "2.0.17" zerocopy = { version = "0.8.39", optional = true } [dev-dependencies] -anyhow = "1.0.100" +anyhow = "1.0.102" env_logger = "0.11.8" indicatif = "0.18.4"