Skip to content

Commit

Permalink
Merge pull request #1989 from appaquet/dependabot/cargo/anyhow-1.0.87
Browse files Browse the repository at this point in the history
chore(deps): bump anyhow from 1.0.86 to 1.0.87
  • Loading branch information
github-actions[bot] authored Sep 9, 2024
2 parents e861529 + 647ef67 commit ecae1e6
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion apps/host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
2 changes: 1 addition & 1 deletion apps/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion apps/sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
2 changes: 1 addition & 1 deletion clients/android/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}
Expand Down
2 changes: 1 addition & 1 deletion clients/web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion discovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion exo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion protos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}
Expand Down
2 changes: 1 addition & 1 deletion transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit ecae1e6

Please sign in to comment.