From 9fe9f17178dc0c31ae18d4e6c28f9511af2019c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 00:38:57 +0000 Subject: [PATCH] build(deps): bump anyhow from 1.0.87 to 1.0.94 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.87 to 1.0.94. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.87...1.0.94) --- 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 1c22d89..f19ea7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,9 +123,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.87" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" +checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" [[package]] name = "async-stream" diff --git a/Cargo.toml b/Cargo.toml index 1ec6d55..df2703a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ adapter = { path = "./src/adapter" } common = { path = "./src/common" } rust_core = { path = "./src/core" } -anyhow = { version = "1.0.87" } +anyhow = { version = "1.0.94" } async = { version = "0.0.2" } async-trait = { version = "0.1.82" } clap = { version = "4.5.17" }