diff --git a/Cargo.lock b/Cargo.lock index 6bf2baa..eb75682 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,9 +16,9 @@ checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" [[package]] name = "anyhow" -version = "1.0.71" +version = "1.0.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" +checksum = "8c6f84b74db2535ebae81eede2f39b947dcbf01d093ae5f791e5dd414a1bf289" [[package]] name = "argon2rs" diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 7d4cdef..17dd667 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] xtaskops = "0.4.2" -anyhow = "1.0.71" +anyhow = "1.0.74" [[bin]] name = "xtask"