Skip to content

Commit

Permalink
Bump anyhow to 1.0.86
Browse files Browse the repository at this point in the history
Reviewed By: fanzeyi, dtolnay

Differential Revision: D61876827

fbshipit-source-id: 54223a5741114f76152c981ef2bce472970aa8a9
  • Loading branch information
keito authored and facebook-github-bot committed Aug 28, 2024
1 parent ec8e359 commit 466005d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion reverie-examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ name = "strace_minimal"
path = "strace_minimal.rs"

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.86"
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" }
Expand Down
2 changes: 1 addition & 1 deletion reverie-ptrace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/facebookexperimental/reverie"
license = "BSD-2-Clause"

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.86"
async-trait = "0.1.71"
bincode = "1.3.3"
bytes = { version = "1.6.0", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion reverie-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/facebookexperimental/reverie"
license = "BSD-2-Clause"

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.86"
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" }
Expand Down
2 changes: 1 addition & 1 deletion reverie/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "BSD-2-Clause"

[dependencies]
addr2line = "0.21"
anyhow = "1.0.75"
anyhow = "1.0.86"
async-trait = "0.1.71"
bitflags = { version = "2.4", features = ["serde"] }
byteorder = "1.3"
Expand Down

0 comments on commit 466005d

Please sign in to comment.