Skip to content

Commit cb8088c

Browse files
authored
chore(deps): downagrade anyhow to 1.0.59 (#722)
See dtolnay/anyhow#250 The `backtrace` feature is unified against the various anyhow versions we use.
1 parent 8a5621c commit cb8088c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

narwhal/crypto/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
publish = false
88

99
[dependencies]
10-
anyhow = { version = "1.0.60", features = ["backtrace"] }
10+
anyhow = { version = "1.0.59", features = ["backtrace"] }
1111
ark-bls12-377 = { version = "0.3.0", features = ["std"], optional = true }
1212
base64ct = { version = "1.5.1", features = ["alloc"] }
1313
ed25519-consensus = { version = "2.0.1", features = ["serde"] }

narwhal/network/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
publish = false
88

99
[dependencies]
10-
anyhow = "1.0.60"
10+
anyhow = "1.0.59"
1111
async-trait = "0.1.57"
1212
backoff = { version = "0.4.0", features = ["tokio"] }
1313
bytes = "1.2.1"

narwhal/node/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Mysten Labs <[email protected]>"]
66
edition = "2021"
77

88
[dependencies]
9-
anyhow = "1.0.60"
9+
anyhow = "1.0.59"
1010
arc-swap = { version = "1.5.1", features = ["serde"] }
1111
async-trait = "0.1.57"
1212
bincode = "1.3.3"

narwhal/worker/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Mysten Labs <[email protected]>"]
66
edition = "2021"
77

88
[dependencies]
9-
anyhow = "1.0.60"
9+
anyhow = "1.0.59"
1010
async-trait = "0.1.57"
1111
bincode = "1.3.3"
1212
blake2 = "0.9"

0 commit comments

Comments
 (0)