Skip to content

Commit f07a186

Browse files
Update Rust crate thiserror to v2
1 parent 2abb196 commit f07a186

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/cove_tap_tool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ 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"]}
2020

21-
thiserror = "1.0" # provides macros that help removing boilerplate code in the rust error handling
21+
thiserror = "2.0" # provides macros that help removing boilerplate code in the rust error handling

0 commit comments

Comments
 (0)