aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-12 06:08:46 -0700
committerGitHub <noreply@github.com>2021-05-12 06:08:46 -0700
commitea09792d0ff16d3fa75eda5f377de498584eaf7c (patch)
tree927a07af19389021eef16eed804de38104693b32 /Cargo.lock
parent138e33f542f4fc21f4bf86624275cbb9979e37c8 (diff)
downloadPAKEs-ea09792d0ff16d3fa75eda5f377de498584eaf7c.tar.xz
Bump sha-1 from 0.9.4 to 0.9.6 (#56)
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>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock15
1 files changed, 12 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6402e79..98b9491 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -97,6 +97,15 @@ dependencies = [
]
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -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",
]