From 8d7f93de7a0bc00bf91931716bf602807995a3bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 21:40:55 +0200 Subject: [PATCH] Bump anyhow from 1.0.87 to 1.0.88 (#183) Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.87 to 1.0.88. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.87...1.0.88) --- 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 4fb8584..b1136f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -121,9 +121,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.87" +version = "1.0.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" +checksum = "4e1496f8fb1fbf272686b8d37f523dab3e4a7443300055e74cdaa449f3114356" [[package]] name = "async-stream" diff --git a/Cargo.toml b/Cargo.toml index aa93ff8..2f88363 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ name = "geni" path = "src/bin/geni/bin.rs" [dependencies] -anyhow = "1.0.87" +anyhow = "1.0.88" async-trait = "0.1.82" chrono = { version = "0.4.31", features = ["serde"] } clap = { version = "4.5.17", features = ["env", "string", "derive", "cargo"] }