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",