From 9ef9363c6a227101b87c8564ce267570ff8d80da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 22:22:06 +0000 Subject: [PATCH] Update rand requirement from 0.9.0 to 0.10.0 Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/rand_core-0.9.1...0.10.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- drivers/native/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",