Fixing generic-array dependency (#402)

This commit is contained in:
Kevin Lewi
2025-10-15 15:05:51 -07:00
committed by GitHub
parent 79e4eacc40
commit af220c6d00
+1 -1
View File
@@ -50,7 +50,7 @@ ed25519-dalek = { version = "2", default-features = false, features = [
"hazmat",
], optional = true }
elliptic-curve = { version = "0.13", features = ["hash2curve", "sec1"] }
generic-array = "0.14"
generic-array = "=0.14.7" # pinned to avoid deprecation warnings
hkdf = "0.12"
hmac = "0.12"
rand = { version = "0.8", default-features = false }