Skip to content

Commit

Permalink
chore(deps): bump anyhow from 1.0.58 to 1.0.59
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.58 to 1.0.59.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.58...1.0.59)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2022
1 parent 00e9b27 commit f60d555
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 @@ -40,7 +40,7 @@ transport-p2p = ["exocore-transport/p2p-full"]
transport-p2p-web = ["exocore-transport/p2p-web"]

[dependencies]
anyhow = { version = "1.0.58", optional = true }
anyhow = { version = "1.0.59", optional = true }
exocore-apps-sdk = {version = "0.1.22", path = "./apps/sdk", default-features = false, optional = true}
exocore-chain = {version = "0.1.22", path = "./chain", default-features = false, optional = true}
exocore-core = {version = "0.1.22", 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.22"
default = []

[dependencies]
anyhow = "1.0.58"
anyhow = "1.0.59"
exocore-core = {version = "0.1.22", path = "../../core"}
exocore-protos = {version = "0.1.22", path = "../../protos"}
exocore-store = {version = "0.1.22", 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.22"
proc-macro = true

[dependencies]
anyhow = "1.0.58"
anyhow = "1.0.59"
futures = "0.3.21"
log = "0.4.17"
quote = "1.0.21"
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.22"

[dependencies]
anyhow = "1.0.58"
anyhow = "1.0.59"
exocore-apps-macros = {version = "0.1.22", path = "../macros"}
exocore-protos = {version = "0.1.22", path = "../../protos"}
exocore-store = {version = "0.1.22", 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.58"
anyhow = "1.0.59"
byteorder = "1.4.3"
exocore-core = {version = "0.1.22", path = "../core"}
exocore-protos = {version = "0.1.22", 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.22"
crate-type = ["cdylib"]

[dependencies]
anyhow = "1.0.58"
anyhow = "1.0.59"
exocore-core = {version = "0.1.22", path = "../../core", features = ["runtime", "logger"]}
exocore-store = {version = "0.1.22", path = "../../store"}
exocore-transport = {version = "0.1.22", 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.22"
crate-type = ["cdylib"]

[dependencies]
anyhow = "1.0.58"
anyhow = "1.0.59"
console_error_panic_hook = "0.1.7"
exocore-core = {version = "0.1.22", path = "../../core", default-features = false, features=["web"]}
exocore-discovery = {version = "0.1.22", 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.58"
anyhow = "1.0.59"
bs58 = "0.4.0"
byteorder = "1.4.3"
bytes = "1.2.0"
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.58"
anyhow = "1.0.59"
base64 = "0.13.0"
chrono = { version = "0.4.19", features = ["serde"] }
futures = "0.3.21"
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.22"

[dependencies]
anyhow = "1.0.58"
anyhow = "1.0.59"
bytes = "1.2.0"
clap = { version = "3.2.16", features = ["derive", "env"] }
console = "0.15.1"
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.22"

[dependencies]
anyhow = "1.0.58"
anyhow = "1.0.59"
base64 = "0.13.0"
capnp = { version = "0.14.8", features = ["sync_reader"] }
chrono = "0.4.19"
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.58"
anyhow = "1.0.59"
async-trait = "0.1.57"
bytes = "1.2.0"
chrono = { version = "0.4.19", 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/wasm-ext-websocket", "libp2p/wasm-bindgen", "gloo
tests-utils = ["exocore-core/tests-utils"]

[dependencies]
anyhow = "1.0.58"
anyhow = "1.0.59"
byteorder = "1.4.3"
bytes = "1.2.0"
exocore-core = {version = "0.1.22", path = "../core"}
Expand Down

0 comments on commit f60d555

Please sign in to comment.