diff --git a/crates/lox-library/Cargo.toml b/crates/lox-library/Cargo.toml index 483c762..9fd80c3 100644 --- a/crates/lox-library/Cargo.toml +++ b/crates/lox-library/Cargo.toml @@ -14,7 +14,7 @@ readme = "README.md" [dependencies] -curve25519-dalek = { version = "4", default-features = false, features = ["serde", "rand_core", "digest"] } +curve25519-dalek = { version = "4.1.2", default-features = false, features = ["serde", "rand_core", "digest"] } ed25519-dalek = { version = "2", features = ["serde", "rand_core"] } bincode = "1.3.3" chrono = "0.4"