From 7d3a2008c8e4416c8afb07cd3a8bfdf44181650f 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 a8604ff8..477f355e 100644 --- a/drivers/shared/Cargo.toml +++ b/drivers/shared/Cargo.toml @@ -14,7 +14,7 @@ synchronization = { workspace = true } embedded-io-async = { workspace = true } embedded-tls = { workspace = true } embedded-io = "0.6.1" -rand_core = "0.6" +rand_core = "0.10" getrandom = { version = "0.4.2" } sha2 = { version = "0.11" }