diff --git a/client/Cargo.toml b/client/Cargo.toml index 8e665f2..b810b65 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 6ad8198..0276496 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 cababc4..4d55bac 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 c5199fa..9b0cd33 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 fd87d9c..b4b81fb 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 742b2a6..ac02b50 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 a128cbe..2d38403 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 2a2e01a..8c3c2c7 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"