Skip to content

Commit

Permalink
Update hkdf requirement from 0.10.0 to 0.11.0 (#69)
Browse files Browse the repository at this point in the history
Updates the requirements on [hkdf](https://github.com/RustCrypto/KDFs) to permit the latest version.
- [Release notes](https://github.com/RustCrypto/KDFs/releases)
- [Commits](RustCrypto/KDFs@hkdf-v0.10.0...hkdf-v0.11.0)

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 May 1, 2021
1 parent eb7bf56 commit 0a27010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ homepage = "https://ecies.org/rs/"
repository = "https://github.com/ecies/rs"

[dependencies]
hkdf = "0.10.0"
hkdf = "0.11.0"
libsecp256k1 = "0.3.5"
sha2 = "0.9.2"

Expand Down

0 comments on commit 0a27010

Please sign in to comment.