From f77f9c3a95d8e3fead028f9b56cda903660e9f90 Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Sat, 8 Aug 2026 00:01:39 +0200 Subject: [PATCH] Update Rust crate rand to 0.10 --- Cargo.lock | 14 +++++++------- client/Cargo.toml | 2 +- communities/Cargo.toml | 2 +- iota-auth/Cargo.toml | 2 +- iota-cli/Cargo.toml | 2 +- iota-storage/Cargo.toml | 2 +- omikron-connector/Cargo.toml | 2 +- other-iota/Cargo.toml | 2 +- web-ui/Cargo.toml | 2 +- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 149db71..e915524 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -802,7 +802,7 @@ dependencies = [ "once_cell", "open", "pnet", - "rand 0.8.7", + "rand 0.10.2", "rand_core 0.6.4", "ratatui", "reqwest", @@ -2235,7 +2235,7 @@ dependencies = [ "once_cell", "open", "pnet", - "rand 0.8.7", + "rand 0.10.2", "rand_core 0.6.4", "ratatui", "reqwest", @@ -2290,7 +2290,7 @@ dependencies = [ "once_cell", "open", "pnet", - "rand 0.8.7", + "rand 0.10.2", "rand_core 0.6.4", "ratatui", "reqwest", @@ -2468,7 +2468,7 @@ dependencies = [ "mtp", "once_cell", "r2d2", - "rand 0.8.7", + "rand 0.10.2", "rand_core 0.6.4", "ratatui", "reqwest", @@ -3316,7 +3316,7 @@ dependencies = [ "iota-util", "json", "mtp", - "rand 0.8.7", + "rand 0.10.2", "rand_core 0.6.4", "reqwest", "sha2 0.11.0", @@ -3435,7 +3435,7 @@ dependencies = [ "once_cell", "open", "pnet", - "rand 0.8.7", + "rand 0.10.2", "rand_core 0.6.4", "ratatui", "reqwest", @@ -5549,7 +5549,7 @@ dependencies = [ "once_cell", "open", "pnet", - "rand 0.8.7", + "rand 0.10.2", "rand_core 0.6.4", "ratatui", "reqwest", diff --git a/client/Cargo.toml b/client/Cargo.toml index 174b5fa..0c9e8a1 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -39,7 +39,7 @@ lazy_static = "1.5.0" once_cell = "1.21.3" open = "5.3.3" pnet = "0.35.0" -rand = "0.8" +rand = "0.10" rand_core = { version = "0.6", features = ["getrandom", "std"] } ratatui = "0.30.0" reqwest = "0.13.2" diff --git a/communities/Cargo.toml b/communities/Cargo.toml index 89c4f57..c4553c1 100644 --- a/communities/Cargo.toml +++ b/communities/Cargo.toml @@ -38,7 +38,7 @@ lazy_static = "1.5.0" once_cell = "1.21.3" open = "5.3.3" pnet = "0.35.0" -rand = "0.8" +rand = "0.10" rand_core = { version = "0.6", features = ["getrandom", "std"] } ratatui = "0.30.0" reqwest = "0.13.2" diff --git a/iota-auth/Cargo.toml b/iota-auth/Cargo.toml index dc43347..88cb1ea 100644 --- a/iota-auth/Cargo.toml +++ b/iota-auth/Cargo.toml @@ -35,7 +35,7 @@ lazy_static = "1.5.0" once_cell = "1.21.3" open = "5.3.3" pnet = "0.35.0" -rand = "0.8" +rand = "0.10" rand_core = { version = "0.6", features = ["getrandom", "std"] } ratatui = "0.30.0" reqwest = "0.13.2" diff --git a/iota-cli/Cargo.toml b/iota-cli/Cargo.toml index 4c3d508..875893f 100644 --- a/iota-cli/Cargo.toml +++ b/iota-cli/Cargo.toml @@ -53,7 +53,7 @@ lazy_static = "1.5.0" once_cell = "1.21.3" open = "5.3.3" pnet = "0.35.0" -rand = "0.8" +rand = "0.10" rand_core = { version = "0.6", features = ["getrandom", "std"] } ratatui = "0.30.0" reqwest = "0.13.2" diff --git a/iota-storage/Cargo.toml b/iota-storage/Cargo.toml index caf6417..1b4faa6 100644 --- a/iota-storage/Cargo.toml +++ b/iota-storage/Cargo.toml @@ -23,7 +23,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" serde_yaml = "0.9" thiserror = "2" -rand = "0.8" +rand = "0.10" rand_core = { version = "0.6", features = ["getrandom", "std"] } ratatui = "0.30.0" reqwest = "0.13.2" diff --git a/omikron-connector/Cargo.toml b/omikron-connector/Cargo.toml index 1e3e21d..76f079f 100644 --- a/omikron-connector/Cargo.toml +++ b/omikron-connector/Cargo.toml @@ -24,7 +24,7 @@ tokio-util = { version = "0.7", features = ["rt"] } uuid = { version = "*", features = ["v4"] } base64 = "0.22.1" hex = "*" -rand = "0.8" +rand = "0.10" rand_core = { version = "0.6", features = ["getrandom", "std"] } sha2 = "0.11.0" x448 = { version = "*" } diff --git a/other-iota/Cargo.toml b/other-iota/Cargo.toml index a6933c3..27cf265 100644 --- a/other-iota/Cargo.toml +++ b/other-iota/Cargo.toml @@ -38,7 +38,7 @@ lazy_static = "1.5.0" once_cell = "1.21.3" open = "5.3.3" pnet = "0.35.0" -rand = "0.8" +rand = "0.10" rand_core = { version = "0.6", features = ["getrandom", "std"] } ratatui = "0.30.0" reqwest = "0.13.2" diff --git a/web-ui/Cargo.toml b/web-ui/Cargo.toml index 988aac1..8d94570 100644 --- a/web-ui/Cargo.toml +++ b/web-ui/Cargo.toml @@ -38,7 +38,7 @@ lazy_static = "1.5.0" once_cell = "1.21.3" open = "5.3.3" pnet = "0.35.0" -rand = "0.8" +rand = "0.10" rand_core = { version = "0.6", features = ["getrandom", "std"] } ratatui = "0.30.0" reqwest = "0.13.2"