From e99c9c169b65d52f513c09303edbdeb8b94e8742 Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Sat, 8 Aug 2026 00:01:43 +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 174b5fa..79c3ea1 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.40.0" diff --git a/communities/Cargo.toml b/communities/Cargo.toml index 89c4f57..080cda6 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.40.0" diff --git a/iota-auth/Cargo.toml b/iota-auth/Cargo.toml index dc43347..e53da1b 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.40.0" diff --git a/iota-cli/Cargo.toml b/iota-cli/Cargo.toml index 4c3d508..d757b30 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.40.0" diff --git a/iota-storage/Cargo.toml b/iota-storage/Cargo.toml index caf6417..b6835e1 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.40.0" diff --git a/iota-updater/Cargo.toml b/iota-updater/Cargo.toml index 2f6bf04..0f28357 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.11.0" x448 = { version = "*" } hkdf = "0.12.4" diff --git a/omikron-connector/Cargo.toml b/omikron-connector/Cargo.toml index 1e3e21d..68a333a 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.11.0" x448 = { version = "*" } diff --git a/other-iota/Cargo.toml b/other-iota/Cargo.toml index a6933c3..971f5e4 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.40.0" diff --git a/web-ui/Cargo.toml b/web-ui/Cargo.toml index 988aac1..822517d 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.40.0"