diff --git a/Cargo.lock b/Cargo.lock index d2c85ba..2eacbee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "anyhow" -version = "1.0.89" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" +checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8" [[package]] name = "base64ct" diff --git a/Cargo.toml b/Cargo.toml index 613a9ce..df97085 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -anyhow = "1.0.89" +anyhow = "1.0.91" nix = { version = "0.29.0", features = ["time"] } os_pipe = "1.2.1" sha-crypt = "0.5.0"