diff --git a/Cargo.lock b/Cargo.lock index cb11ba9d1..95355e706 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3673,9 +3673,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/src/launcher/Cargo.toml b/src/launcher/Cargo.toml index 9888d289b..9bcbeb2f2 100644 --- a/src/launcher/Cargo.toml +++ b/src/launcher/Cargo.toml @@ -13,12 +13,12 @@ directories = "5.0.0" zip = "0.6.6" anyhow = "1.0.75" clap = "4.4.5" -sha2 = "0.10.7" +sha2 = "0.10.8" [build-dependencies] zip = "0.6.6" walkdir = "2.4.0" -sha2 = "0.10.7" +sha2 = "0.10.8" [target.'cfg(windows)'.build-dependencies] winres = "0.1"