Skip to content

Commit

Permalink
build(deps): bump hkdf from 0.12.3 to 0.12.4 (#619)
Browse files Browse the repository at this point in the history
Bumps [hkdf](https://github.com/RustCrypto/KDFs) from 0.12.3 to 0.12.4.
- [Commits](RustCrypto/KDFs@hkdf-v0.12.3...hkdf-v0.12.4)

---
updated-dependencies:
- dependency-name: hkdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 14, 2023
1 parent b2e2cc0 commit f92e2d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ json = ["tink-proto/json", "serde", "serde_json"]

[dependencies]
digest = "^0.10.7"
hkdf = "^0.12.3"
hkdf = "^0.12.4"
lazy_static = "^1.4"
rand = "^0.8"
serde = { version = "^1.0.192", features = ["derive"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion prf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories = ["cryptography"]
aes = "^0.8.3"
cmac = "^0.7.2"
digest = "^0.10.7"
hkdf = "^0.12.3"
hkdf = "^0.12.4"
hmac = { version = "^0.12.1", features = ["reset"] }
sha-1 = "^0.10.1"
sha2 = "^0.10.8"
Expand Down

0 comments on commit f92e2d1

Please sign in to comment.