diff --git a/Cargo.lock b/Cargo.lock index a7bfe38..4090028 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2598,9 +2598,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.7" +version = "0.10.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" +checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" dependencies = [ "cfg-if", "cpufeatures", diff --git a/Cargo.toml b/Cargo.toml index 2fcdceb..1617ec6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ rpm = "0.12.0" serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.107" serde_yaml = "0.9.25" -sha2 = "0.10.7" +sha2 = "0.10.8" smoosh = "0.2.1" thiserror = "1.0.48" tokio = { version = "1.32.0", features = ["full"] }