diff --git a/Cargo.toml b/Cargo.toml index c4eb7c4..64cdc4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ tauri-build = "1.5" # Other bincode = "1.3" -rand = "0.9" +rand = "0.10" [profile.release] lto = true diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index cab388f..e8b255c 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -26,7 +26,7 @@ thiserror = "1.0" anyhow = "1.0" bincode = "1.3" serde = { version = "1.0", features = ["derive"] } -rand = "0.9" +rand = "0.10" tokio = { version = "1.42", features = ["net", "sync", "time", "rt", "macros"] } mdns-sd = "0.11" uuid = { version = "1.11", features = ["v4", "serde"] }