mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-08-03 21:53:31 +00:00
fix: lock xeddsa to 1.0.2 to above breaking change (#174)
This commit is contained in:
parent
b6fe452ea7
commit
b19d0c6e67
@ -12,5 +12,5 @@ rand_core = { version = "0.6", features = ["getrandom"] }
|
|||||||
sha2 = "0.10"
|
sha2 = "0.10"
|
||||||
thiserror = "2"
|
thiserror = "2"
|
||||||
x25519-dalek = { version = "2.0.1", features = ["static_secrets"] }
|
x25519-dalek = { version = "2.0.1", features = ["static_secrets"] }
|
||||||
xeddsa = "1.0.2"
|
xeddsa = "=1.0.2"
|
||||||
zeroize = { version = "1.8.2", features = ["derive"] }
|
zeroize = { version = "1.8.2", features = ["derive"] }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user