diff --git a/Cargo.lock b/Cargo.lock index f38329c..0f159e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -82,9 +82,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.93" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" +checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" [[package]] name = "assert_matches" diff --git a/veil-cli/Cargo.toml b/veil-cli/Cargo.toml index 48bf99d..1a5bae9 100644 --- a/veil-cli/Cargo.toml +++ b/veil-cli/Cargo.toml @@ -19,7 +19,7 @@ thiserror = "2.0.3" veil = { path = "../veil" } [dev-dependencies] -anyhow = "1.0.93" +anyhow = "1.0.94" xshell = "0.2.7" [[bin]] diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index f575f52..c043063 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -5,7 +5,7 @@ publish = false edition = "2021" [dependencies] -anyhow = "1.0.93" +anyhow = "1.0.94" clap = { version = "4.5.22", features = ["deprecated", "derive"] } xshell = "0.2.7"