From 7ad3f48c9f8c6c4c232f006b20bd9b0a862af787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 10:27:51 +0000 Subject: [PATCH] Bump anyhow from 1.0.75 to 1.0.100 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.75 to 1.0.100. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.75...1.0.100) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.100 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 16308fd..cee9ff4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,9 +78,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.75" +version = "1.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" +checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "autocfg" diff --git a/Cargo.toml b/Cargo.toml index 4cacaa9..c8ba67c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ path = "src/bin.rs" [dependencies] actions_toolkit = { git = "https://github.com/dev-bio/actions-toolkit.git", rev = "9e0c6d70848a443081b6c521c8e2ae5b17b3cdd9" } glob = { version = "0.3.1" } -anyhow = "1.0.72" +anyhow = "1.0.100" rayon = "1.9.0" sha1 = "0.10.6" hex = "0.4.3"