From e459677eaa2ff9e4774f44f32743956366337180 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 20:07:59 +0000 Subject: [PATCH] build(deps): bump sha2 from 0.10.0 to 0.10.1 Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.0...sha2-v0.10.1) --- updated-dependencies: - dependency-name: sha2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- scanner/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 52a8b3425..64b36c0b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3250,9 +3250,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "900d964dd36bb15bcf2f2b35694c072feab74969a54f2bbeec7a2d725d2bdcb6" +checksum = "99c3bd8169c58782adad9290a9af5939994036b76187f7b4f0e6de91dbbfc0ec" dependencies = [ "cfg-if 1.0.0", "cpufeatures", diff --git a/scanner/Cargo.toml b/scanner/Cargo.toml index 3d4e20d16..85299281a 100644 --- a/scanner/Cargo.toml +++ b/scanner/Cargo.toml @@ -17,4 +17,4 @@ path-slash = "0.1.4" swf = { path = "../swf" } rayon = "1.5.1" crossbeam-channel = "0.5" -sha2 = "0.10.0" \ No newline at end of file +sha2 = "0.10.1" \ No newline at end of file