-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
8a5621c
commit cb8088c
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ authors = ["Mysten Labs <[email protected]>"] | |
edition = "2021" | ||
|
||
[dependencies] | ||
anyhow = "1.0.60" | ||
anyhow = "1.0.59" | ||
arc-swap = { version = "1.5.1", features = ["serde"] } | ||
async-trait = "0.1.57" | ||
bincode = "1.3.3" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ authors = ["Mysten Labs <[email protected]>"] | |
edition = "2021" | ||
|
||
[dependencies] | ||
anyhow = "1.0.60" | ||
anyhow = "1.0.59" | ||
async-trait = "0.1.57" | ||
bincode = "1.3.3" | ||
blake2 = "0.9" | ||
|