From d5c2fb0bfa03a4df6e549eb8b24dda86f83c8103 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 13:01:20 +0000 Subject: [PATCH] chore: bump anyhow from 1.0.86 to 1.0.100 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.86 to 1.0.100. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.86...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 92169d96a..eeabdf3b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -61,9 +61,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "autocfg" diff --git a/Cargo.toml b/Cargo.toml index a43a771d1..45d77a812 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ tskit-derive = {version = "0.2.0", path = "tskit-derive", optional = true} chrono = { version = "0.4.40", default-features = false, features = ["now", "std"] , optional = true} [dev-dependencies] -anyhow = {version = "1.0.86"} +anyhow = {version = "1.0.100"} clap = {version = "4.4.6", features = ["derive"]} serde = {version = "1.0.203", features = ["derive"]} serde-pickle = "1.1.0"