diff --git a/Cargo.lock b/Cargo.lock index 94e39a4..73fcda9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -46,9 +46,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.71" +version = "1.0.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" +checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" [[package]] name = "atty" diff --git a/Cargo.toml b/Cargo.toml index 8725710..d2e51ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ simplelog = "0.12" nix = { version = "0.26", default-features = false, features = ["user"] } shlex = "1.1" sha2 = "0.10.7" -anyhow = "1.0.71" +anyhow = "1.0.72" thiserror = "1.0.40" tera = "1" serde_json = "1.0.100"