Skip to content

Commit

Permalink
Bump anyhow from 1.0.65 to 1.0.66 (#1318)
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.65 to 1.0.66.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.65...1.0.66)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xuefei Han <xuefeih@jfrog.com>
  • Loading branch information
dependabot[bot] and fishseabowl committed Nov 23, 2022
1 parent 63d098b commit 20c2385
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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
Expand Up @@ -22,7 +22,7 @@ systemd-units = { unit-name = "pyrsia", unit-scripts = "installers/debian/" }
[dependencies]
pyrsia_blockchain_network = { path = "src/blockchain" }

anyhow = "1.0.65"
anyhow = "1.0.66"
async-trait = "0.1.57"
base64 = "0.13.0"
bincode = "1.3.3"
Expand Down
2 changes: 1 addition & 1 deletion pyrsia_cli/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
pyrsia = {path=".."}
anyhow = "1.0.65"
anyhow = "1.0.66"
clap = { version = "3.2.22", features= ["cargo"] }
confy = "0.5.0"
const_format = "0.2.26"
Expand Down
2 changes: 1 addition & 1 deletion pyrsia_node/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ edition = "2021"
pyrsia = { path = ".." }
pyrsia_blockchain_network = { path = "../src/blockchain" }

anyhow = "1.0.65"
anyhow = "1.0.66"
bincode = "1.3.3"
clap = { version = "3.2.22", features= [ "cargo", "derive" ] }
futures = "0.3.24"
Expand Down
2 changes: 1 addition & 1 deletion src/blockchain/Cargo.toml
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
aleph-bft = "0.8.4"
anyhow = "1.0.65"
anyhow = "1.0.66"
async-trait = "0.1.57"
bincode = "1.3.3"
clap = { version = "3.2.22", features = ["derive"] }
Expand Down

0 comments on commit 20c2385

Please sign in to comment.