mirror of
https://github.com/facebookexperimental/reverie.git
synced 2024-11-28 09:24:18 +00:00
rust: update anyhow to 1.0.56
Summary: Needed by cloud-hypervisor https://github.com/cloud-hypervisor/cloud-hypervisor/blob/main/Cargo.toml#L19. (Note: this ignores all push blocking failures!) Reviewed By: jsgf Differential Revision: D34432496 fbshipit-source-id: deaa320c74a22e325a116bcc0d5b0120c4f3744b
This commit is contained in:
parent
675073a631
commit
0b18766e8d
3 changed files with 3 additions and 3 deletions
|
@ -49,7 +49,7 @@ name = "strace_minimal"
|
|||
path = "strace_minimal.rs"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.51"
|
||||
anyhow = "1.0.56"
|
||||
nix = "0.23"
|
||||
reverie = { version = "0.1.0", path = "../reverie" }
|
||||
reverie-ptrace = { version = "0.1.0", path = "../reverie-ptrace" }
|
||||
|
|
|
@ -8,7 +8,7 @@ edition = "2021"
|
|||
license = "BSD-2-Clause"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.51"
|
||||
anyhow = "1.0.56"
|
||||
async-trait = "0.1.52"
|
||||
bincode = "1.3.3"
|
||||
bitflags = "1.3"
|
||||
|
|
|
@ -9,7 +9,7 @@ license = "BSD-2-Clause"
|
|||
|
||||
[dependencies]
|
||||
addr2line = "0.17"
|
||||
anyhow = "1.0.51"
|
||||
anyhow = "1.0.56"
|
||||
async-trait = "0.1.52"
|
||||
bitflags = "1.3"
|
||||
bitvec = { version = "0.17", features = ["serde"] }
|
||||
|
|
Loading…
Reference in a new issue