From 90302f86b11c12b49bd8eef4c4accbcd9742db65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 21:57:28 +0000 Subject: [PATCH] Bump anyhow from 1.0.91 to 1.0.98 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.91 to 1.0.98. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.91...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 72861b5..18a4c05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,9 +62,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.91" +version = "1.0.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8" +checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "approx" diff --git a/Cargo.toml b/Cargo.toml index a5f7341..9fd595e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ categories = ["command-line-utilities", "science"] [dependencies] aho-corasick = "1.1.2" -anyhow = "1.0.80" +anyhow = "1.0.98" argmin = { version = "0.10.0", features = ["serde1", "rayon"] } argmin-math = "0.4.0" argmin-observer-paramwriter = "0.1.0"