From 93c5d86ac8e421ca71bd1ba954aa5c29d963f3c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 May 2025 17:50:33 +0000 Subject: [PATCH] chore: bump anyhow from 1.0.86 to 1.0.98 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.86 to 1.0.98. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.86...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 92169d96..2fef3fa2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -61,9 +61,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "autocfg" diff --git a/Cargo.toml b/Cargo.toml index 099b9640..32c6aeb3 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.98"} clap = {version = "4.4.6", features = ["derive"]} serde = {version = "1.0.203", features = ["derive"]} serde-pickle = "1.1.0"