diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-27 17:24:29 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-27 17:24:29 -0600 |
commit | 9b3f1cd68dbe9b1fef0b4f9152e15be6f986856b (patch) | |
tree | 30097c07ad32903ee65b469335dfe8a7035f2793 /Cargo.lock | |
parent | 6721d7b5cc95d4f822fab0a60c1cec2431b05ef5 (diff) | |
download | PAKEs-9b3f1cd68dbe9b1fef0b4f9152e15be6f986856b.tar.xz |
Bump sha2 from 0.9.5 to 0.9.6 (#66)
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.5 to 0.9.6.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.9.5...sha2-v0.9.6)
---
updated-dependencies:
- dependency-name: sha2
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, 4 insertions, 13 deletions
@@ -73,15 +73,6 @@ dependencies = [ [[package]] name = "cpufeatures" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef" -dependencies = [ - "libc", -] - -[[package]] -name = "cpufeatures" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469" @@ -352,20 +343,20 @@ checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6" dependencies = [ "block-buffer", "cfg-if", - "cpufeatures 0.2.1", + "cpufeatures", "digest 0.9.0", "opaque-debug", ] [[package]] name = "sha2" -version = "0.9.5" +version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12" +checksum = "9204c41a1597a8c5af23c82d1c921cb01ec0a4c59e07a9c7306062829a3903f3" dependencies = [ "block-buffer", "cfg-if", - "cpufeatures 0.1.5", + "cpufeatures", "digest 0.9.0", "opaque-debug", ] |