]> git.lizzy.rs Git - PAKEs.git/commitdiff
Bump sha-1 from 0.9.4 to 0.9.6 (#56)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 12 May 2021 13:08:46 +0000 (06:08 -0700)
committerGitHub <noreply@github.com>
Wed, 12 May 2021 13:08:46 +0000 (06:08 -0700)
Bumps [sha-1](https://github.com/RustCrypto/hashes) from 0.9.4 to 0.9.6.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha-1-v0.9.4...sha-1-v0.9.6)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Cargo.lock

index 6402e791e9a2b32568c52c650ebe7721969002f7..98b9491c0c28ec1a7f8be2ee7c9d2ca7087c4dc5 100644 (file)
@@ -96,6 +96,15 @@ dependencies = [
  "bitflags",
 ]
 
+[[package]]
+name = "cpufeatures"
+version = "0.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "dec1028182c380cc45a2e2c5ec841134f2dfd0f8f5f0a5bcd68004f81b5efdf4"
+dependencies = [
+ "libc",
+]
+
 [[package]]
 name = "cpuid-bool"
 version = "0.1.2"
@@ -371,13 +380,13 @@ dependencies = [
 
 [[package]]
 name = "sha-1"
-version = "0.9.4"
+version = "0.9.6"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dfebf75d25bd900fd1e7d11501efab59bc846dbc76196839663e6637bba9f25f"
+checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16"
 dependencies = [
  "block-buffer 0.9.0",
  "cfg-if",
- "cpuid-bool",
+ "cpufeatures",
  "digest 0.9.0",
  "opaque-debug 0.3.0",
 ]