From 2d9773a761559616a8fc84891b687797980a165b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 23 Dec 2024 06:20:28 +0000
Subject: [PATCH] chore(deps): bump anyhow from 1.0.94 to 1.0.95

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.94 to 1.0.95.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.94...1.0.95)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Cargo.lock       | 10 +++++-----
 xtask/Cargo.toml |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 38843b9..66c9966 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -48,7 +48,7 @@ dependencies = [
 
 [[package]]
 name = "anda"
-version = "0.4.4"
+version = "0.4.5"
 dependencies = [
  "anda-config",
  "andax",
@@ -81,7 +81,7 @@ dependencies = [
 
 [[package]]
 name = "anda-config"
-version = "0.4.4"
+version = "0.4.5"
 dependencies = [
  "dotenv",
  "env_logger",
@@ -95,7 +95,7 @@ dependencies = [
 
 [[package]]
 name = "andax"
-version = "0.4.4"
+version = "0.4.5"
 dependencies = [
  "anda-config",
  "chrono",
@@ -165,9 +165,9 @@ dependencies = [
 
 [[package]]
 name = "anyhow"
-version = "1.0.94"
+version = "1.0.95"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7"
+checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
 
 [[package]]
 name = "async-trait"
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml
index 02ad891..d71fb0a 100644
--- a/xtask/Cargo.toml
+++ b/xtask/Cargo.toml
@@ -10,5 +10,5 @@ publish = false
 clap_mangen = "0.2.24"
 anda = { path = ".." }
 clap = { workspace = true }
-anyhow = "1.0.94"
+anyhow = "1.0.95"
 clap_complete = { workspace = true }