From 65ee6215c5908c8e6ab29153e4c61ee7ff06a346 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 14:39:34 +0000 Subject: [PATCH] Update rand_core requirement from 0.6 to 0.10 Updates the requirements on [rand_core](https://github.com/rust-random/rand_core) to permit the latest version. - [Release notes](https://github.com/rust-random/rand_core/releases) - [Changelog](https://github.com/rust-random/rand_core/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand_core/compare/v0.6.0...v0.10.0) --- updated-dependencies: - dependency-name: rand_core dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- drivers/shared/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/shared/Cargo.toml b/drivers/shared/Cargo.toml index 7fa91533..a0383123 100644 --- a/drivers/shared/Cargo.toml +++ b/drivers/shared/Cargo.toml @@ -15,7 +15,7 @@ embassy-futures = { workspace = true } embedded-io-async = { workspace = true } embedded-tls = { workspace = true } embedded-io = { workspace = true } -rand_core = "0.6" +rand_core = "0.10" getrandom = { version = "0.4.2" } sha2 = { version = "0.11" }