Skip to content

Commit

Permalink
upgrade anyhow: 1.0.86 -> 1.0.95
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Paul Iatchenii authored and facebook-github-bot committed Jan 3, 2025
1 parent 0d7fcf4 commit b63f493
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.86"
anyhow = "1.0.95"
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.86"
anyhow = "1.0.95"
async-trait = "0.1.71"
bitflags = { version = "2.6", 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.86"
anyhow = "1.0.95"
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.86"
anyhow = "1.0.95"
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 b63f493

Please sign in to comment.