From 8ca630fe4a707158af3c471b8fe492c54ce3f7b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:05:15 +0100 Subject: [PATCH] chore(deps): bump anyhow from 1.0.94 to 1.0.95 (#106) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 26188ba..a19b00b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -73,9 +73,9 @@ checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" [[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" dependencies = [ "backtrace", ] diff --git a/Cargo.toml b/Cargo.toml index 9fb965d..0429386 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ zellij-tile = "0.41.2" chrono = { version = "0.4.39", default-features = false } regex = "1.11.1" chrono-tz = "0.10.0" -anyhow = "1.0.94" +anyhow = "1.0.95" anstyle = "1.0.10" uuid = { version = "1.11.0", features = ["v4"] } lazy_static = "1.5.0"