We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 056d71a + 19d8bf3 commit c60d1a6Copy full SHA for c60d1a6
1 file changed
rust_crypto/Cargo.toml
@@ -27,7 +27,7 @@ ctr = "0.9" # CTR mode for streaming encryption
27
cipher = "0.5" # Cipher traits
28
hkdf = "0.12" # HKDF key derivation (RFC 5869)
29
hmac = "0.13" # HMAC-SHA256 authentication
30
-sha2 = "0.10" # SHA-256/SHA-512 hashing
+sha2 = "0.11" # SHA-256/SHA-512 hashing
31
32
# X25519 key exchange
33
x25519-dalek = { version = "2.0", features = ["static_secrets"] }
0 commit comments