From d49a2ba8b326367df0cb0141d450e0c4f47dd4ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 14:06:10 +0000 Subject: [PATCH] Bump sha2 from 0.10.2 to 0.10.5 Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.2 to 0.10.5. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.2...sha2-v0.10.5) --- updated-dependencies: - dependency-name: sha2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/launcher/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 11a574e58..ec6107bc9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2943,9 +2943,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.2" +version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676" +checksum = "cf9db03534dff993187064c4e0c05a5708d2a9728ace9a8959b77bedf415dac5" dependencies = [ "cfg-if", "cpufeatures", diff --git a/src/launcher/Cargo.toml b/src/launcher/Cargo.toml index 4ee970af1..20b4c2e2e 100644 --- a/src/launcher/Cargo.toml +++ b/src/launcher/Cargo.toml @@ -11,12 +11,12 @@ directories = "4.0.1" zip = "0.6.2" anyhow = "1.0.61" clap = "3.2.17" -sha2 = "0.10.2" +sha2 = "0.10.5" [build-dependencies] zip = "0.6.2" walkdir = "2.3.2" -sha2 = "0.10.2" +sha2 = "0.10.5" [target.'cfg(windows)'.build-dependencies] winres = "0.1"