diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-27 17:09:51 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-27 17:09:51 -0600 |
commit | 6721d7b5cc95d4f822fab0a60c1cec2431b05ef5 (patch) | |
tree | 23bcee1c6c55935e3f2e76509d705076a7e8fa06 /Cargo.lock | |
parent | 01ed4fc08bc6f28e99ebe2a68b09fd3e1fc35954 (diff) | |
download | PAKEs-6721d7b5cc95d4f822fab0a60c1cec2431b05ef5.tar.xz |
Bump sha-1 from 0.9.7 to 0.9.8 (#65)
Bumps [sha-1](https://github.com/RustCrypto/hashes) from 0.9.7 to 0.9.8.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha-1-v0.9.7...sha-1-v0.9.8)
---
updated-dependencies:
- dependency-name: sha-1
dependency-type: direct:production
update-type: version-update:semver-patch
...
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.lock | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -81,6 +81,15 @@ dependencies = [ ] [[package]] +name = "cpufeatures" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469" +dependencies = [ + "libc", +] + +[[package]] name = "crypto-mac" version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -337,13 +346,13 @@ dependencies = [ [[package]] name = "sha-1" -version = "0.9.7" +version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a0c8611594e2ab4ebbf06ec7cbbf0a99450b8570e96cbf5188b5d5f6ef18d81" +checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6" dependencies = [ "block-buffer", "cfg-if", - "cpufeatures", + "cpufeatures 0.2.1", "digest 0.9.0", "opaque-debug", ] @@ -356,7 +365,7 @@ checksum = "b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12" dependencies = [ "block-buffer", "cfg-if", - "cpufeatures", + "cpufeatures 0.1.5", "digest 0.9.0", "opaque-debug", ] |