diff --git a/Cargo.toml b/Cargo.toml index d2615d4f..7189689a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ lazy_static = "1.4" proptest = "1.0" rand = "0.8" rand_chacha = "0.3" -rand_core = "0.6" +rand_core = "0.9" serde_json = "1.0" [profile.test.package."*"] diff --git a/frost-core/Cargo.toml b/frost-core/Cargo.toml index a013a9c4..13404eaa 100644 --- a/frost-core/Cargo.toml +++ b/frost-core/Cargo.toml @@ -22,7 +22,7 @@ debugless-unwrap = "0.0.4" derive-getters = "0.5.0" hex.workspace = true postcard = { version = "1.0.0", features = ["alloc"], optional = true } -rand_core = { version = "0.6", default-features = false } +rand_core = { version = "0.9", default-features = false } serde = { version = "1.0.160", default-features = false, features = ["derive"], optional = true } serdect = { version = "0.2.0", optional = true } thiserror-nostd-notrait = { version = "1.0.29", default-features = false }