From 1da61045d2204df7f1da80dcd4212367bc9610be Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Thu, 6 Aug 2026 01:03:25 +0200 Subject: [PATCH] Update Rust crate rand_core to 0.10 --- client/Cargo.toml | 2 +- communities/Cargo.toml | 2 +- iota-auth/Cargo.toml | 2 +- iota-cli/Cargo.toml | 2 +- iota-storage/Cargo.toml | 2 +- iota-updater/Cargo.toml | 2 +- omikron-connector/Cargo.toml | 2 +- other-iota/Cargo.toml | 2 +- web-ui/Cargo.toml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index bdf08ad..45a8357 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -40,7 +40,7 @@ once_cell = "1.21.3" open = "5.3.3" pnet = "0.35.0" rand = "0.8" -rand_core = { version = "0.6", features = ["getrandom", "std"] } +rand_core = { version = "0.10", features = ["getrandom", "std"] } ratatui = "0.30.0" reqwest = "0.13.2" rusqlite = "0.39.0" diff --git a/communities/Cargo.toml b/communities/Cargo.toml index 812ff55..6869e4d 100644 --- a/communities/Cargo.toml +++ b/communities/Cargo.toml @@ -39,7 +39,7 @@ once_cell = "1.21.3" open = "5.3.3" pnet = "0.35.0" rand = "0.8" -rand_core = { version = "0.6", features = ["getrandom", "std"] } +rand_core = { version = "0.10", features = ["getrandom", "std"] } ratatui = "0.30.0" reqwest = "0.13.2" rusqlite = "0.39.0" diff --git a/iota-auth/Cargo.toml b/iota-auth/Cargo.toml index 5a9ad09..5c82333 100644 --- a/iota-auth/Cargo.toml +++ b/iota-auth/Cargo.toml @@ -36,7 +36,7 @@ once_cell = "1.21.3" open = "5.3.3" pnet = "0.35.0" rand = "0.8" -rand_core = { version = "0.6", features = ["getrandom", "std"] } +rand_core = { version = "0.10", features = ["getrandom", "std"] } ratatui = "0.30.0" reqwest = "0.13.2" rusqlite = "0.39.0" diff --git a/iota-cli/Cargo.toml b/iota-cli/Cargo.toml index 54666e1..19a2f3e 100644 --- a/iota-cli/Cargo.toml +++ b/iota-cli/Cargo.toml @@ -54,7 +54,7 @@ once_cell = "1.21.3" open = "5.3.3" pnet = "0.35.0" rand = "0.8" -rand_core = { version = "0.6", features = ["getrandom", "std"] } +rand_core = { version = "0.10", features = ["getrandom", "std"] } ratatui = "0.30.0" reqwest = "0.13.2" rusqlite = "0.39.0" diff --git a/iota-storage/Cargo.toml b/iota-storage/Cargo.toml index 50f7cc6..ef1c555 100644 --- a/iota-storage/Cargo.toml +++ b/iota-storage/Cargo.toml @@ -24,7 +24,7 @@ serde_json = "1" serde_yaml = "0.9" thiserror = "2" rand = "0.8" -rand_core = { version = "0.6", features = ["getrandom", "std"] } +rand_core = { version = "0.10", features = ["getrandom", "std"] } ratatui = "0.30.0" reqwest = "0.13.2" rusqlite = "0.39.0" diff --git a/iota-updater/Cargo.toml b/iota-updater/Cargo.toml index d089180..eaec8f6 100644 --- a/iota-updater/Cargo.toml +++ b/iota-updater/Cargo.toml @@ -20,7 +20,7 @@ walkdir = "2.5.0" zip = "6.0.0" aes-gcm = "0.10.3" base64 = "0.22.1" -rand_core = { version = "0.6", features = ["getrandom", "std"] } +rand_core = { version = "0.10", features = ["getrandom", "std"] } sha2 = "0.10.9" x448 = { version = "*" } hkdf = "0.12.4" diff --git a/omikron-connector/Cargo.toml b/omikron-connector/Cargo.toml index c869941..01709d3 100644 --- a/omikron-connector/Cargo.toml +++ b/omikron-connector/Cargo.toml @@ -25,6 +25,6 @@ uuid = { version = "*", features = ["v4"] } base64 = "0.22.1" hex = "*" rand = "0.8" -rand_core = { version = "0.6", features = ["getrandom", "std"] } +rand_core = { version = "0.10", features = ["getrandom", "std"] } sha2 = "0.10.9" x448 = { version = "*" } diff --git a/other-iota/Cargo.toml b/other-iota/Cargo.toml index 641de58..2bd2517 100644 --- a/other-iota/Cargo.toml +++ b/other-iota/Cargo.toml @@ -39,7 +39,7 @@ once_cell = "1.21.3" open = "5.3.3" pnet = "0.35.0" rand = "0.8" -rand_core = { version = "0.6", features = ["getrandom", "std"] } +rand_core = { version = "0.10", features = ["getrandom", "std"] } ratatui = "0.30.0" reqwest = "0.13.2" rusqlite = "0.39.0" diff --git a/web-ui/Cargo.toml b/web-ui/Cargo.toml index a6fbba1..1f32b37 100644 --- a/web-ui/Cargo.toml +++ b/web-ui/Cargo.toml @@ -39,7 +39,7 @@ once_cell = "1.21.3" open = "5.3.3" pnet = "0.35.0" rand = "0.8" -rand_core = { version = "0.6", features = ["getrandom", "std"] } +rand_core = { version = "0.10", features = ["getrandom", "std"] } ratatui = "0.30.0" reqwest = "0.13.2" rusqlite = "0.39.0"