Skip to content

Commit c60d1a6

Browse files
Merge pull request #128 from systemslibrarian/dependabot/cargo/rust_crypto/sha2-0.11
build(deps): update sha2 requirement from 0.10 to 0.11 in /rust_crypto
2 parents 056d71a + 19d8bf3 commit c60d1a6

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
@@ -27,7 +27,7 @@ ctr = "0.9" # CTR mode for streaming encryption
2727
cipher = "0.5" # Cipher traits
2828
hkdf = "0.12" # HKDF key derivation (RFC 5869)
2929
hmac = "0.13" # HMAC-SHA256 authentication
30-
sha2 = "0.10" # SHA-256/SHA-512 hashing
30+
sha2 = "0.11" # SHA-256/SHA-512 hashing
3131

3232
# X25519 key exchange
3333
x25519-dalek = { version = "2.0", features = ["static_secrets"] }

0 commit comments

Comments
 (0)