Skip to content

Commit

Permalink
Updates of dtolnay crate-o-matic universe
Browse files Browse the repository at this point in the history
Reviewed By: zertosh

Differential Revision: D47316925

fbshipit-source-id: d6d374466693cff397a0358bb38c790575998a21
  • Loading branch information
David Tolnay authored and facebook-github-bot committed Jul 8, 2023
1 parent b3c326d commit b12e439
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion detcore-model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
4 changes: 2 additions & 2 deletions detcore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion hermit-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion hermit-verify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit b12e439

Please sign in to comment.