From c9cfd42c82230e29175f793fab6a7e55d6eaa4bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 09:49:45 +0000 Subject: [PATCH] Bump anyhow from 1.0.89 to 1.0.93 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.89 to 1.0.93. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.89...1.0.93) --- 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 1ebef62..a0b5604 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "anyhow" -version = "1.0.89" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" +checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" [[package]] name = "libc" diff --git a/Cargo.toml b/Cargo.toml index ce5d2da..dadeeec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,4 +22,4 @@ libc = "0.2" thiserror = "1.0" [dev-dependencies] -anyhow = "1.0.89" +anyhow = "1.0.93"