Skip to content

Commit b9fb3dc

Browse files
Update Rust crate rand to 0.9.0
1 parent d0871fa commit b9fb3dc

File tree

1 file changed

+1
-1
lines changed
  • security-monitor/rust-crates/riscv_cove_tap

1 file changed

+1
-1
lines changed

security-monitor/rust-crates/riscv_cove_tap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "Library to parse the RISC-V CoVE's TEE attestation payload"
66
edition = "2021"
77

88
[dependencies]
9-
rand = {version = "0.8.5", optional=true}
9+
rand = {version = "0.9.0", optional=true}
1010

1111
hybrid-array = "=0.2.0-rc.9"
1212
ml-kem = {version = "=0.2.0", default-features=false, features = [] }

0 commit comments

Comments
 (0)