diff --git a/Cargo.lock b/Cargo.lock index eeef02c..9295d42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -42,9 +42,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.38" +version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1" +checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b" [[package]] name = "assert_cmd" diff --git a/Cargo.toml b/Cargo.toml index 9ab5008..ab75d2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ simplelog = "0.8.0" clap = "2.33.3" probe-rs = "0.10.0" -anyhow = "1.0.38" +anyhow = "1.0.40" thiserror = "1.0.22"