]> git.lizzy.rs Git - PAKEs.git/commitdiff
build(deps): bump hkdf from 0.12.0 to 0.12.2 (#94)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 28 Jan 2022 15:45:23 +0000 (08:45 -0700)
committerGitHub <noreply@github.com>
Fri, 28 Jan 2022 15:45:23 +0000 (08:45 -0700)
Bumps [hkdf](https://github.com/RustCrypto/KDFs) from 0.12.0 to 0.12.2.
- [Release notes](https://github.com/RustCrypto/KDFs/releases)
- [Commits](https://github.com/RustCrypto/KDFs/compare/hkdf-v0.12.0...hkdf-v0.12.2)

---
updated-dependencies:
- dependency-name: hkdf
  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>
Cargo.lock

index cc2d18c8de3d3cead0eb4d062cafbc84e8bd9b09..9cf4fc59e0a4fb5ba037776f191924d36e0e71ff 100644 (file)
@@ -149,9 +149,9 @@ checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"
 
 [[package]]
 name = "hkdf"
-version = "0.12.0"
+version = "0.12.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "94f41e9c77b6fc05b57497b960aad55942a9bbc5b20e1e623cf7fb1868f695d1"
+checksum = "158bc31e00a68e380286904cc598715f861f2b0ccf7aa6fe20c6d0c49ca5d0f6"
 dependencies = [
  "hmac",
 ]