From e5b46814cebb21cb90ecf1bb9ce915f7676640a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 22:22:22 +0000 Subject: [PATCH] Update getrandom requirement from 0.3.3 to 0.4.1 Updates the requirements on [getrandom](https://github.com/rust-random/getrandom) to permit the latest version. - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/getrandom/compare/v0.3.3...v0.4.1) --- updated-dependencies: - dependency-name: getrandom dependency-version: 0.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- drivers/shared/Cargo.toml | 2 +- drivers/wasm/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/shared/Cargo.toml b/drivers/shared/Cargo.toml index 93a8b25d..5bf80c05 100644 --- a/drivers/shared/Cargo.toml +++ b/drivers/shared/Cargo.toml @@ -9,7 +9,7 @@ log = { workspace = true } shared = { workspace = true } device = { workspace = true } -getrandom = { version = "0.3.3" } +getrandom = { version = "0.4.1" } sha2 = { version = "0.10", features = ["asm"] } [dev-dependencies] diff --git a/drivers/wasm/Cargo.toml b/drivers/wasm/Cargo.toml index de5b2b4b..b11155e0 100644 --- a/drivers/wasm/Cargo.toml +++ b/drivers/wasm/Cargo.toml @@ -17,7 +17,7 @@ linked_list_allocator = { workspace = true } console_error_panic_hook = "0.1" console_log = "1" wasm-bindgen-futures = "0.4" -getrandom = { version = "0.3.3", features = ["wasm_js"] } +getrandom = { version = "0.4.1", features = ["wasm_js"] } embassy-executor = { workspace = true, default-features = false, features = [ "arch-wasm", "executor-thread",