aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-28 08:45:23 -0700
committerGitHub <noreply@github.com>2022-01-28 08:45:23 -0700
commitc978f10f01d6c23aa1f6795b4715c305f17d8aef (patch)
tree848291266d4771285df522912ef87e31b7b3271f /Cargo.lock
parente9a4198c902e380d023b7a79ba98b5aa41de8811 (diff)
downloadPAKEs-c978f10f01d6c23aa1f6795b4715c305f17d8aef.tar.xz
build(deps): bump hkdf from 0.12.0 to 0.12.2 (#94)
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>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index cc2d18c..9cf4fc5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
]