From b12e439b31f4a98c608a1ba051a74415557bb779 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 8 Jul 2023 14:36:37 -0700 Subject: [PATCH] Updates of dtolnay crate-o-matic universe Reviewed By: zertosh Differential Revision: D47316925 fbshipit-source-id: d6d374466693cff397a0358bb38c790575998a21 --- detcore-model/Cargo.toml | 2 +- detcore/Cargo.toml | 4 ++-- hermit-cli/Cargo.toml | 2 +- hermit-verify/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/detcore-model/Cargo.toml b/detcore-model/Cargo.toml index 9a44bd3..e85734f 100644 --- a/detcore-model/Cargo.toml +++ b/detcore-model/Cargo.toml @@ -6,7 +6,7 @@ version = "0.0.0" edition = "2021" [dependencies] -anyhow = "1.0.65" +anyhow = "1.0.71" bitvec = { version = "0.17", 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 3fc39b1..372ba70 100644 --- a/detcore/Cargo.toml +++ b/detcore/Cargo.toml @@ -26,8 +26,8 @@ name = "tests_time" path = "tests/time/mod.rs" [dependencies] -anyhow = "1.0.65" -async-trait = "0.1.58" +anyhow = "1.0.71" +async-trait = "0.1.71" bitflags = "1.3" chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false } clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] } diff --git a/hermit-cli/Cargo.toml b/hermit-cli/Cargo.toml index 3657eca..573c37d 100644 --- a/hermit-cli/Cargo.toml +++ b/hermit-cli/Cargo.toml @@ -6,7 +6,7 @@ version = "0.0.0" edition = "2021" [dependencies] -anyhow = "1.0.65" +anyhow = "1.0.71" bincode = "1.3.3" clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] } colored = "1.9" diff --git a/hermit-verify/Cargo.toml b/hermit-verify/Cargo.toml index 19553e1..7347f49 100644 --- a/hermit-verify/Cargo.toml +++ b/hermit-verify/Cargo.toml @@ -6,7 +6,7 @@ version = "0.0.0" edition = "2021" [dependencies] -anyhow = "1.0.65" +anyhow = "1.0.71" clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] } colored = "1.9" detcore = { version = "0.0.0", path = "../detcore" }