From 5f5a243e59edfbe85314f1a0eec2dbacf577ddd5 Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Sun, 30 Aug 2026 23:01:07 +0300 Subject: [PATCH] Update Rust crate rand_core to 0.10 --- communities/Cargo.toml | 2 +- omikron-connector/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/communities/Cargo.toml b/communities/Cargo.toml index 36ef42e..b2786ca 100644 --- a/communities/Cargo.toml +++ b/communities/Cargo.toml @@ -9,7 +9,7 @@ iota-util = { path = "../iota-util" } futures = "*" rand = "0.8" -rand_core = { version = "0.6", features = ["getrandom", "std"] } +rand_core = { version = "0.10", features = ["getrandom", "std"] } sha2 = "0.11.0" tokio = { version = "1.50.0", features = ["full"] } uuid = { version = "*", features = ["v4"] } diff --git a/omikron-connector/Cargo.toml b/omikron-connector/Cargo.toml index 5902891..03ae091 100644 --- a/omikron-connector/Cargo.toml +++ b/omikron-connector/Cargo.toml @@ -24,4 +24,4 @@ tokio = { version = "1.50.0", features = ["full"] } tokio-util = { version = "0.7", features = ["rt"] } uuid = { version = "*", features = ["v4"] } base64 = "0.22.1" -rand_core = { version = "0.6", features = ["getrandom", "std"] } +rand_core = { version = "0.10", features = ["getrandom", "std"] } -- 2.54.0