From 798c1db0fe3446c524c50892b14debf7b94ba173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 17:28:54 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.92 to 1.0.95 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.92 to 1.0.95. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.92...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 16dd6a4b..1e731890 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -221,9 +221,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.92" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13" +checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" [[package]] name = "arc-swap" diff --git a/Cargo.toml b/Cargo.toml index bf5a00bf..73fa1ad9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ web-time = "1.1.0" [dev-dependencies] -anyhow = "1.0.92" +anyhow = "1.0.95" alloy-primitives = { version = "0.8.5", default-features = false } chrono = "0.4.38" clap = "4.5.20"