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 c877e64 commit 955d47f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion detcore-model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/facebookexperimental/hermit"
license = "BSD-3-Clause"

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.86"
bitvec = { version = "1.0", features = ["serde"] }
bytesize = "1.1"
chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion detcore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ name = "tests_time"
path = "tests/time/mod.rs"

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.86"
async-trait = "0.1.71"
bitflags = { version = "2.4", features = ["serde"] }
chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion hermit-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/facebookexperimental/hermit"
license = "BSD-3-Clause"

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.86"
bincode = "1.3.3"
clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
colored = "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion hermit-verify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/facebookexperimental/hermit"
license = "BSD-3-Clause"

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.86"
clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
colored = "2.1.0"
detcore = { version = "0.0.0", path = "../detcore" }
Expand Down

0 comments on commit 955d47f

Please sign in to comment.