From 8d13859c09c1865ad8be742d5f1d208004ccbcef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 21:56:02 +0000 Subject: [PATCH] Bump anyhow from 1.0.93 to 1.0.97 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.93 to 1.0.97. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.93...1.0.97) --- 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 a4b45de..0cd7a4a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,9 +62,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.93" +version = "1.0.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" +checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" [[package]] name = "bitflags" diff --git a/Cargo.toml b/Cargo.toml index ad0ba2f..8d0de62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ url = { version = "2.5.4", features = ["serde"] } quick-xml = { version = "0.37.2", features = ["serde", "serialize"] } directories = "6.0.0" thiserror = "2.0.3" -anyhow = "1.0.93" +anyhow = "1.0.97" toml = "0.8.19" toml_edit = "0.22.22" tempfile = "3.15.0"