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:
Huapeng Zhou 2022-04-07 04:31:34 -07:00 committed by Facebook GitHub Bot
parent 675073a631
commit 0b18766e8d
3 changed files with 3 additions and 3 deletions

View file

@ -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" }

View file

@ -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"

View file

@ -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"] }