fix: lock xeddsa to 1.0.2 to above breaking change (#174)

This commit is contained in:
Jazz Turner-Baggs 2026-07-08 12:57:37 -07:00 committed by GitHub
parent b6fe452ea7
commit b19d0c6e67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,5 +12,5 @@ rand_core = { version = "0.6", features = ["getrandom"] }
sha2 = "0.10"
thiserror = "2"
x25519-dalek = { version = "2.0.1", features = ["static_secrets"] }
xeddsa = "1.0.2"
xeddsa = "=1.0.2"
zeroize = { version = "1.8.2", features = ["derive"] }