diff --git a/Cargo.lock b/Cargo.lock index bd37a58..8a0283f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -55,9 +55,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.83" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3" +checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "arraydeque" diff --git a/Cargo.toml b/Cargo.toml index db8403d..569c7c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ simplelog = "0.12" nix = { version = "0.28", default-features = false, features = ["user"] } shlex = "1.3" sha2 = "0.10.8" -anyhow = "1.0.83" +anyhow = "1.0.86" thiserror = "1.0.61" tera = "1" serde_json = "1.0.117"