From 36dc71c2e8d3dd3d0b8f9480ce32b49ac3a2677c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 12:25:22 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.75 to 1.0.93 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.75 to 1.0.93. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.75...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 b75e842..10565ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -67,9 +67,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.75" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" +checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" [[package]] name = "autocfg" diff --git a/Cargo.toml b/Cargo.toml index 90bff13..366b09b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ lazy_static = "1.4.0" dns-lookup = "2.0.4" serde_json = "1.0.108" urlencoding = "2.1.3" -anyhow = "1.0.75" +anyhow = "1.0.93" [profile.dev] opt-level = 0