From 8f5a903c1de4dade096b84c963daf380a4c4ca00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 14:27:40 +0000 Subject: [PATCH] build(deps): bump sha2 from 0.10.1 to 0.10.5 Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.1 to 0.10.5. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.1...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 | 14 +++++++------- scanner/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea2c84de33a65..5ed7a11ba70e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -723,11 +723,12 @@ dependencies = [ [[package]] name = "crypto-common" -version = "0.1.0" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "567569e659735adb39ff2d4c20600f7cd78be5471f8c58ab162bce3c03fdbc5f" +checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" dependencies = [ "generic-array", + "typenum", ] [[package]] @@ -1037,13 +1038,12 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" [[package]] name = "digest" -version = "0.10.0" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8549e6bfdecd113b7e221fe60b433087f6957387a20f8118ebca9b12af19143d" +checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506" dependencies = [ "block-buffer", "crypto-common", - "generic-array", ] [[package]] @@ -3195,9 +3195,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.1" +version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99c3bd8169c58782adad9290a9af5939994036b76187f7b4f0e6de91dbbfc0ec" +checksum = "cf9db03534dff993187064c4e0c05a5708d2a9728ace9a8959b77bedf415dac5" dependencies = [ "cfg-if 1.0.0", "cpufeatures", diff --git a/scanner/Cargo.toml b/scanner/Cargo.toml index cf913429c9a5d..5fb303ffed2f1 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.1" \ No newline at end of file +sha2 = "0.10.5" \ No newline at end of file