From 647ef67ad83bb398be36ecaea5b6d7a0101b7d38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 20:32:00 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.86 to 1.0.87 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.86 to 1.0.87. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.86...1.0.87) --- 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 +- apps/host/Cargo.toml | 2 +- apps/macros/Cargo.toml | 2 +- apps/sdk/Cargo.toml | 2 +- chain/Cargo.toml | 2 +- clients/android/Cargo.toml | 2 +- clients/web/Cargo.toml | 2 +- core/Cargo.toml | 2 +- discovery/Cargo.toml | 2 +- exo/Cargo.toml | 2 +- protos/Cargo.toml | 2 +- store/Cargo.toml | 2 +- transport/Cargo.toml | 2 +- 14 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 98c759fd..556b7dbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -192,9 +192,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" dependencies = [ "backtrace", ] diff --git a/Cargo.toml b/Cargo.toml index 5bebda92..a935dbd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ transport-p2p = ["exocore-transport/p2p-full"] transport-p2p-web = ["exocore-transport/p2p-web"] [dependencies] -anyhow = { version = "1.0.86", optional = true } +anyhow = { version = "1.0.87", optional = true } exocore-apps-sdk = { version = "0.1.26", path = "./apps/sdk", default-features = false, optional = true } exocore-chain = { version = "0.1.26", path = "./chain", default-features = false, optional = true } exocore-core = { version = "0.1.26", path = "./core", default-features = false, optional = true } diff --git a/apps/host/Cargo.toml b/apps/host/Cargo.toml index 9082d6e6..cabaf099 100644 --- a/apps/host/Cargo.toml +++ b/apps/host/Cargo.toml @@ -13,7 +13,7 @@ version = "0.1.26" default = [] [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.87" exocore-core = {version = "0.1.26", path = "../../core"} exocore-protos = {version = "0.1.26", path = "../../protos"} exocore-store = {version = "0.1.26", path = "../../store"} diff --git a/apps/macros/Cargo.toml b/apps/macros/Cargo.toml index 87ce085a..184ab441 100644 --- a/apps/macros/Cargo.toml +++ b/apps/macros/Cargo.toml @@ -13,7 +13,7 @@ version = "0.1.26" proc-macro = true [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.87" futures = "0.3.30" log = "0.4.22" quote = "1.0.37" diff --git a/apps/sdk/Cargo.toml b/apps/sdk/Cargo.toml index 648791d1..79aa6b2b 100644 --- a/apps/sdk/Cargo.toml +++ b/apps/sdk/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/appaquet/exocore" version = "0.1.26" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.87" exocore-apps-macros = {version = "0.1.26", path = "../macros"} exocore-protos = {version = "0.1.26", path = "../../protos"} exocore-store = {version = "0.1.26", path = "../../store", default-features = false} diff --git a/chain/Cargo.toml b/chain/Cargo.toml index a4a933ec..e52f6642 100644 --- a/chain/Cargo.toml +++ b/chain/Cargo.toml @@ -18,7 +18,7 @@ mmap = ["memmap2"] tests-utils = ["engine", "tempfile", "directory-chain", "memory-pending", "exocore-core/tests-utils", "exocore-transport/tests-utils"] [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.87" byteorder = "1.5.0" exocore-core = {version = "0.1.26", path = "../core"} exocore-protos = {version = "0.1.26", path = "../protos"} diff --git a/clients/android/Cargo.toml b/clients/android/Cargo.toml index db1a7a4f..abc7e0e6 100644 --- a/clients/android/Cargo.toml +++ b/clients/android/Cargo.toml @@ -8,7 +8,7 @@ version = "0.1.26" crate-type = ["cdylib"] [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.87" exocore-core = {version = "0.1.26", path = "../../core", features = ["runtime", "logger"]} exocore-store = {version = "0.1.26", path = "../../store"} exocore-transport = {version = "0.1.26", path = "../../transport", features = ["p2p-full"]} diff --git a/clients/web/Cargo.toml b/clients/web/Cargo.toml index ec190a3b..10cf1849 100644 --- a/clients/web/Cargo.toml +++ b/clients/web/Cargo.toml @@ -8,7 +8,7 @@ version = "0.1.26" crate-type = ["cdylib"] [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.87" console_error_panic_hook = "0.1.7" exocore-core = {version = "0.1.26", path = "../../core", default-features = false, features=["web"]} exocore-discovery = {version = "0.1.26", path = "../../discovery", default-features = false} diff --git a/core/Cargo.toml b/core/Cargo.toml index 1ebcc828..4a7fed08 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -28,7 +28,7 @@ web = [ ] [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.87" bs58 = "0.5.1" byteorder = "1.5.0" bytes = "1.7.1" diff --git a/discovery/Cargo.toml b/discovery/Cargo.toml index 9fa0a3e5..7e006cb6 100644 --- a/discovery/Cargo.toml +++ b/discovery/Cargo.toml @@ -14,7 +14,7 @@ default = ["server"] server = ["hyper", "tokio"] [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.87" base64 = "0.22.1" chrono = { version = "0.4.38", features = ["serde"] } futures = "0.3.30" diff --git a/exo/Cargo.toml b/exo/Cargo.toml index f4c9d20a..211164e6 100644 --- a/exo/Cargo.toml +++ b/exo/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/appaquet/exocore" version = "0.1.26" [dependencies] -anyhow = { version="1.0.86", features = ["backtrace"] } +anyhow = { version="1.0.87", features = ["backtrace"] } bytes = "1.7.1" clap = { version = "4.5.16", features = ["derive", "env"] } console = "0.15.8" diff --git a/protos/Cargo.toml b/protos/Cargo.toml index b97b0824..57bdeb24 100644 --- a/protos/Cargo.toml +++ b/protos/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/appaquet/exocore" version = "0.1.26" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.87" base64 = "0.22" capnp = { version = "0.19", features = ["sync_reader"] } chrono = "0.4.38" diff --git a/store/Cargo.toml b/store/Cargo.toml index 593b1ab6..df3b3e23 100644 --- a/store/Cargo.toml +++ b/store/Cargo.toml @@ -28,7 +28,7 @@ remote = ["exocore-core", "exocore-transport"] tests-utils = [] [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.87" async-trait = "0.1.81" bytes = "1.7.1" chrono = {version = "0.4.38", features = ["serde"]} diff --git a/transport/Cargo.toml b/transport/Cargo.toml index 8e2098f7..d71b68de 100644 --- a/transport/Cargo.toml +++ b/transport/Cargo.toml @@ -18,7 +18,7 @@ p2p-web = ["p2p-base", "libp2p/websocket-websys", "libp2p/wasm-bindgen"] tests-utils = ["exocore-core/tests-utils"] [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.87" byteorder = "1.5.0" bytes = "1.7.1" exocore-core = {version = "0.1.26", path = "../core"}