From 7e24af319b2c96e299d3b9a6989d446d8e7c04d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 22:06:48 +0000 Subject: [PATCH] Bump anyhow from 1.0.93 to 1.0.98 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.93 to 1.0.98. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.93...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 a4b45de..0d74857 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,9 +62,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.93" +version = "1.0.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" +checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "bitflags" diff --git a/Cargo.toml b/Cargo.toml index ad0ba2f..e9cc250 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.98" toml = "0.8.19" toml_edit = "0.22.22" tempfile = "3.15.0"