From 04b26b02c29be3ce604f6147a9eab079b48087c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 08:23:00 +0000 Subject: [PATCH] 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 d2543c5..79925cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -121,9 +121,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 = "async-stream" diff --git a/Cargo.toml b/Cargo.toml index f34bb2f..ab4570b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ name = "geni" path = "src/bin/geni/bin.rs" [dependencies] -anyhow = "1.0.92" +anyhow = "1.0.95" async-trait = "0.1.83" chrono = { version = "0.4.31", features = ["serde"] } clap = { version = "4.5.27", features = ["env", "string", "derive", "cargo"] }