chore(deps): Update rand

A couple indirect deps are still on rand_core 0.6 but we can deal
This commit is contained in:
Jade Ellis
2026-02-20 22:57:45 +00:00
parent efd879fcd8
commit b6c5991e1f
9 changed files with 406 additions and 198 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ pub(crate) async fn get_room_information_route(
servers.sort_unstable();
servers.dedup();
servers.shuffle(&mut rand::thread_rng());
servers.shuffle(&mut rand::rng());
// insert our server as the very first choice if in list
if let Some(server_index) = servers