Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Commit

Permalink
chore(deps): bump anyhow from 1.0.59 to 1.0.60 (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 7, 2022
1 parent 260a7a9 commit b9a7cb2
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 crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
publish = false

[dependencies]
anyhow = { version = "1.0.59", features = ["backtrace"] }
anyhow = { version = "1.0.60", features = ["backtrace"] }
ark-bls12-377 = { version = "0.3.0", features = ["std"], optional = true }
base64ct = { version = "1.5.1", features = ["alloc"] }
ed25519-consensus = { version = "2.0.1", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
publish = false

[dependencies]
anyhow = "1.0.59"
anyhow = "1.0.60"
async-trait = "0.1.57"
backoff = { version = "0.4.0", features = ["tokio"] }
bytes = "1.2.1"
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Mysten Labs <[email protected]>"]
edition = "2021"

[dependencies]
anyhow = "1.0.59"
anyhow = "1.0.60"
arc-swap = { version = "1.5.1", features = ["serde"] }
async-trait = "0.1.57"
bincode = "1.3.3"
Expand Down
2 changes: 1 addition & 1 deletion worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Mysten Labs <[email protected]>"]
edition = "2021"

[dependencies]
anyhow = "1.0.59"
anyhow = "1.0.60"
async-trait = "0.1.57"
bincode = "1.3.3"
blake2 = "0.9"
Expand Down

0 comments on commit b9a7cb2

Please sign in to comment.