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