From ed5f069510b7d49de1558f189bb053ed64f3a4b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 06:50:30 +0000 Subject: [PATCH] Build(deps): bump anyhow from 1.0.86 to 1.0.95 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.86 to 1.0.95. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.86...1.0.95) --- 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 35c4870..c564aa6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -164,9 +164,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" [[package]] name = "async-recursion" diff --git a/Cargo.toml b/Cargo.toml index 22f7aae..cc6af14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ sqlx = { features = [ # errors/logging -anyhow = "1.0.68" +anyhow = "1.0.95" backtrace = "*" thiserror = "1.0.32" tracing = "0.1.40"