Bump KDF dependencies

This commit is contained in:
Jack Grigg 2021-05-02 11:20:16 +12:00
parent 2b66810e84
commit cffb64622e
6 changed files with 87 additions and 60 deletions

View file

@ -21,7 +21,7 @@ c2-chacha = "0.3"
chacha20poly1305 = { version = "0.7", default-features = false, features = ["alloc"] }
# - HKDF from RFC 5869 with SHA-256
hkdf = "0.10"
hkdf = "0.11"
sha2 = "0.9"
# - CSPRNG