Skip to content

Commit dc4953e

Browse files
Merge pull request #125 from systemslibrarian/dependabot/cargo/rust_crypto/hkdf-0.13
build(deps): update hkdf requirement from 0.12 to 0.13 in /rust_crypto
2 parents 9aa4a6c + 4144858 commit dc4953e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust_crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ aes-gcm = "0.10" # AES-256-GCM AEAD encryption
2525
aes = "0.8" # AES block cipher (for CTR mode)
2626
ctr = "0.9" # CTR mode for streaming encryption
2727
cipher = "0.5" # Cipher traits
28-
hkdf = "0.12" # HKDF key derivation (RFC 5869)
28+
hkdf = "0.13" # HKDF key derivation (RFC 5869)
2929
hmac = "0.13" # HMAC-SHA256 authentication
3030
sha2 = "0.11" # SHA-256/SHA-512 hashing
3131

0 commit comments

Comments
 (0)