From 70866ff57d62a004ca25665b060b502b7c3669d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:10:09 +0000 Subject: [PATCH] Bump anyhow from 1.0.91 to 1.0.94 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.91 to 1.0.94. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.91...1.0.94) --- updated-dependencies: - dependency-name: anyhow 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 bdfd5da..8b61e78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,9 +62,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.91" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8" +checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" [[package]] name = "approx" diff --git a/Cargo.toml b/Cargo.toml index 028978c..9299f8f 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.94" argmin = { version = "0.10.0", features = ["serde1", "rayon"] } argmin-math = "0.4.0" argmin-observer-paramwriter = "0.1.0"