diff --git a/drivers/shared/Cargo.toml b/drivers/shared/Cargo.toml index 32059181..72432f0c 100644 --- a/drivers/shared/Cargo.toml +++ b/drivers/shared/Cargo.toml @@ -10,7 +10,7 @@ shared = { workspace = true } device = { workspace = true } getrandom = { version = "0.4.2" } -sha2 = { version = "0.10", features = ["asm"] } +sha2 = { version = "0.11" } [dev-dependencies] critical-section = { workspace = true, features = ["std"] }