From ceedba90f228eb365b78975ecc0d80706f4659f2 Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Fri, 28 Aug 2026 15:01:16 +0300 Subject: [PATCH] Update Rust crate rand to 0.10 --- communities/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communities/Cargo.toml b/communities/Cargo.toml index 36ef42e..0b3ad25 100644 --- a/communities/Cargo.toml +++ b/communities/Cargo.toml @@ -8,7 +8,7 @@ mtp = { git = "https://git.methanium.net/Methanium/mtp.git" } iota-util = { path = "../iota-util" } futures = "*" -rand = "0.8" +rand = "0.10" rand_core = { version = "0.6", features = ["getrandom", "std"] } sha2 = "0.11.0" tokio = { version = "1.50.0", features = ["full"] }