diff --git a/Cargo.lock b/Cargo.lock index 7657850..ccf8ecf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -378,9 +378,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.2" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676" +checksum = "899bf02746a2c92bf1053d9327dadb252b01af1f81f90cdb902411f518bc7215" dependencies = [ "cfg-if", "cpufeatures", diff --git a/Cargo.toml b/Cargo.toml index 7d30b7d..dc8ce33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ yaml-rust = "0.4.4" simplelog = "0.11" nix = "0.23" shlex = "1.1" -sha2 = "0.10.2" +sha2 = "0.10.3" anyhow = "1.0.52" thiserror = "1.0.30"