From aebcd28e4594972be44f0c2d2a25d9fb56e0328d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 07:13:37 +0000 Subject: [PATCH] chore(deps): update rust crate anyhow to 1.0.98 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aae83ab..59749e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,9 +78,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.97" +version = "1.0.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" +checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "aocf" diff --git a/Cargo.toml b/Cargo.toml index 47e7ca7..af50551 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["aoclp", "aoclp_solutions", "codingquest_clp", "codingquest_clp_solut default-members = ["aoclp_solutions"] [workspace.dependencies] -anyhow = "1.0.97" +anyhow = "1.0.98" aocf = "0.1.21" bit-vec = "0.8.0" clap = { version = "4.5.35", features = ["derive"] }