From 955d47f22fc88d81dafeec50a5e6bb63bb039fd7 Mon Sep 17 00:00:00 2001 From: Keito Uchiyama Date: Tue, 27 Aug 2024 17:35:14 -0700 Subject: [PATCH] Bump anyhow to 1.0.86 Reviewed By: fanzeyi, dtolnay Differential Revision: D61876827 fbshipit-source-id: 54223a5741114f76152c981ef2bce472970aa8a9 --- detcore-model/Cargo.toml | 2 +- detcore/Cargo.toml | 2 +- hermit-cli/Cargo.toml | 2 +- hermit-verify/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/detcore-model/Cargo.toml b/detcore-model/Cargo.toml index 7329396..9d403cf 100644 --- a/detcore-model/Cargo.toml +++ b/detcore-model/Cargo.toml @@ -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 } diff --git a/detcore/Cargo.toml b/detcore/Cargo.toml index 943a731..268030c 100644 --- a/detcore/Cargo.toml +++ b/detcore/Cargo.toml @@ -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 } diff --git a/hermit-cli/Cargo.toml b/hermit-cli/Cargo.toml index 30d3b0c..fcf7d00 100644 --- a/hermit-cli/Cargo.toml +++ b/hermit-cli/Cargo.toml @@ -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" diff --git a/hermit-verify/Cargo.toml b/hermit-verify/Cargo.toml index 6e0a0dd..26fa2df 100644 --- a/hermit-verify/Cargo.toml +++ b/hermit-verify/Cargo.toml @@ -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" }