From 0f6a5ad8b63ef0cc82825a40a7bf80063ed9d8c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 12:32:18 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.75 to 1.0.89 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.75 to 1.0.89. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.75...1.0.89) --- 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..df9acf9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -67,9 +67,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.75" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "autocfg" diff --git a/Cargo.toml b/Cargo.toml index 90bff13..6d622fd 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.89" [profile.dev] opt-level = 0