We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0871fa commit b9fb3dcCopy full SHA for b9fb3dc
security-monitor/rust-crates/riscv_cove_tap/Cargo.toml
@@ -6,7 +6,7 @@ description = "Library to parse the RISC-V CoVE's TEE attestation payload"
6
edition = "2021"
7
8
[dependencies]
9
-rand = {version = "0.8.5", optional=true}
+rand = {version = "0.9.0", optional=true}
10
11
hybrid-array = "=0.2.0-rc.9"
12
ml-kem = {version = "=0.2.0", default-features=false, features = [] }
0 commit comments