diff --git a/Cargo.toml b/Cargo.toml index 7ba9f29..96760e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ frost-ed25519 = { version = "2.2", features = ["serde"] } reddsa = { git = "https://github.com/ZcashFoundation/reddsa.git", rev = "ed49e9ca0699a6450f6d4a9fe62ff168f5ea1ead", features = ["frost", "serde"] } hex = { version = "0.4", features = ["serde"] } thiserror = "2.0" -rand = "0.8" +rand = "0.10" serde_json = "1.0" itertools = "0.14.0" tokio = { version = "1", features = ["full"] }