Skip to content

Commit c6584e6

Browse files
Update Rust crate rand to 0.9
1 parent d9065ef commit c6584e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -8,7 +8,7 @@ edition = "2021"
88
[dependencies]
99
#rsa = "0.9" # to create lockboxes: encrypt symetric key using public keys of target TEEs
1010

11-
rand = {version = "0.8", optional=true}
11+
rand = {version = "0.9", optional=true}
1212

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

tools/cove_tap_tool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ byteorder = "1.5" # to serialize numbers using little/big endianness
1313
sha2 = "0.10" # to calculate integrity measurements of kernel, initramfs etc.
1414
hmac = "0.12" # to calculate HMAC over encrypted payload
1515
rsa = "0.9" # to create lockboxes: encrypt symetric key using public keys of target TEEs
16-
rand = "0.8" # to generate symmetric key used to encrypted payload
16+
rand = "0.9" # to generate symmetric key used to encrypted payload
1717
aes-gcm = "0.10.3" # for symmetric encryption of payload
1818

1919
riscv_cove_tap = {path="../../security-monitor/rust-crates/riscv_cove_tap", features=["parser", "serializer"]}

0 commit comments

Comments
 (0)