mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-22 04:44:09 +00:00
upgrade anyhow: 1.0.86 -> 1.0.95
Summary: Mainly due to the need to have [`Error::from_boxed`](https://docs.rs/anyhow/1.0.95/anyhow/struct.Error.html#method.from_boxed) and stop using less ergonomic alternatives. Thankfully, this API comes in the latest [1.0.95](https://github.com/dtolnay/anyhow/releases/tag/1.0.95) Reviewed By: dtolnay Differential Revision: D67775008 fbshipit-source-id: b9c0d3ff169dbb69d4c8b96e378334b37d200fd2
This commit is contained in:
parent
9d4a02ed8d
commit
f696764be4
4 changed files with 4 additions and 4 deletions
|
@ -46,7 +46,7 @@ name = "strace_minimal"
|
|||
path = "strace_minimal.rs"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.86"
|
||||
anyhow = "1.0.95"
|
||||
clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
|
||||
reverie = { version = "0.1.0", path = "../reverie" }
|
||||
reverie-ptrace = { version = "0.1.0", path = "../reverie-ptrace" }
|
||||
|
|
|
@ -9,7 +9,7 @@ repository = "https://github.com/facebookexperimental/reverie"
|
|||
license = "BSD-2-Clause"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.86"
|
||||
anyhow = "1.0.95"
|
||||
async-trait = "0.1.71"
|
||||
bincode = "1.3.3"
|
||||
bytes = { version = "1.6.0", features = ["serde"] }
|
||||
|
|
|
@ -9,7 +9,7 @@ repository = "https://github.com/facebookexperimental/reverie"
|
|||
license = "BSD-2-Clause"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.86"
|
||||
anyhow = "1.0.95"
|
||||
chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false }
|
||||
clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
|
||||
reverie = { version = "0.1.0", path = "../reverie" }
|
||||
|
|
|
@ -10,7 +10,7 @@ license = "BSD-2-Clause"
|
|||
|
||||
[dependencies]
|
||||
addr2line = "0.24.2"
|
||||
anyhow = "1.0.86"
|
||||
anyhow = "1.0.95"
|
||||
async-trait = "0.1.71"
|
||||
bitflags = { version = "2.6", features = ["serde"] }
|
||||
byteorder = "1.3"
|
||||
|
|
Loading…
Reference in a new issue