diff --git a/communities/Cargo.toml b/communities/Cargo.toml index 4279454..228e1a1 100644 --- a/communities/Cargo.toml +++ b/communities/Cargo.toml @@ -24,7 +24,7 @@ hyper-util = { version = "*" } json = "*" once_cell = "1.21.3" 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"] } tokio-tungstenite = { version = "*", features = ["native-tls"] } diff --git a/omikron-connector/Cargo.toml b/omikron-connector/Cargo.toml index c4773f7..6540aa3 100644 --- a/omikron-connector/Cargo.toml +++ b/omikron-connector/Cargo.toml @@ -23,4 +23,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"] }