chore: update dependency rand to 0.9

This commit is contained in:
Gwen Lg
2026-01-28 23:47:38 +01:00
committed by Alex
parent be8e4c9dcf
commit 934c4c31f1
9 changed files with 53 additions and 24 deletions
+1 -1
View File
@@ -510,7 +510,7 @@ impl<F: TableSchema, R: TableReplication> SyncWorker<F, R> {
partitions.layout_version
);
partitions.partitions.shuffle(&mut thread_rng());
partitions.partitions.shuffle(&mut rand::rng());
self.todo = Some(partitions);
}
Err(e) => {