From ae20abdf43125a50ff8c5fadf6446bc41f3930ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 03:09:16 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.65 to 1.0.69 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.65 to 1.0.69. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.65...1.0.69) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- bp-cli/Cargo.toml | 2 +- bp-core/Cargo.toml | 2 +- bp-monitor/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 717469c..ef5375a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -91,9 +91,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.65" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602" +checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" [[package]] name = "arc-swap" diff --git a/bp-cli/Cargo.toml b/bp-cli/Cargo.toml index 4cbbd57..24abef9 100644 --- a/bp-cli/Cargo.toml +++ b/bp-cli/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" bp-core = { path = "../bp-core" } bp-monitor = { path = "../bp-monitor" } -anyhow = "1.0.44" +anyhow = "1.0.69" parking_lot = "0.12.0" lazy_static = "1.4.0" log = "0.4.0" diff --git a/bp-core/Cargo.toml b/bp-core/Cargo.toml index 1286610..51a5054 100644 --- a/bp-core/Cargo.toml +++ b/bp-core/Cargo.toml @@ -8,7 +8,7 @@ bp-monitor = { path = "../bp-monitor" } ### framework async-trait = "0.1.50" -anyhow = "1.0.44" +anyhow = "1.0.69" dyn-clone = "1.0.4" lazy_static = "1.4.0" libc = "0.2.102" diff --git a/bp-monitor/Cargo.toml b/bp-monitor/Cargo.toml index 6e02dbf..b57e8fa 100644 --- a/bp-monitor/Cargo.toml +++ b/bp-monitor/Cargo.toml @@ -4,7 +4,7 @@ version = "2.0.0-alpha.3" edition = "2021" [dependencies] -anyhow = "1.0.44" +anyhow = "1.0.69" async-trait = "0.1.50" bincode = "1.3.3" tokio = { version = "1.8.2", features = ["net", "macros"] }