Update to rand 0.9

This commit is contained in:
Emil Ernerfeldt
2025-03-28 11:36:47 +01:00
parent 8a45db62f1
commit a5bc318e20
+1 -1
View File
@@ -58,7 +58,7 @@ serde = { workspace = true, optional = true }
criterion.workspace = true
egui_kittest = { workspace = true, features = ["wgpu", "snapshot"] }
egui = { workspace = true, features = ["default_fonts"] }
rand = "0.8"
rand = "0.9"
[[bench]]
name = "benchmark"