diff --git a/Cargo.lock b/Cargo.lock index 717469c..3538a55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -91,9 +91,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.65" +version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602" +checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61" [[package]] name = "arc-swap" diff --git a/bp-cli/Cargo.toml b/bp-cli/Cargo.toml index 4cbbd57..97fd48a 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.68" 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..6406d81 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.68" 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..f157602 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.68" async-trait = "0.1.50" bincode = "1.3.3" tokio = { version = "1.8.2", features = ["net", "macros"] }