diff --git a/drivers/native/Cargo.toml b/drivers/native/Cargo.toml index 2203cc7b..6aea60a9 100644 --- a/drivers/native/Cargo.toml +++ b/drivers/native/Cargo.toml @@ -15,7 +15,7 @@ shared = { workspace = true } critical-section = { workspace = true, features = ["std"] } pixels = "0.15.0" winit = { version = "0.30", features = ["rwh_05"] } -rand = "0.9.0" +rand = "0.10.0" libc = { version = "0.2" } embassy-executor = { workspace = true, default-features = false, features = [ "arch-std",