Skip to content

Commit 1f5c7d5

Browse files
Update Rust crate thiserror to v2
1 parent d0871fa commit 1f5c7d5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tools/cove_tap_tool/Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/cove_tap_tool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ byteorder = "1.5" # to serialize numbers using little/big endianness
1212
sha2 = "0.10" # to calculate integrity measurements of kernel, initramfs etc.
1313
riscv_cove_tap = {path="../../security-monitor/rust-crates/riscv_cove_tap", features=["parser", "serializer"]}
1414

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

0 commit comments

Comments
 (0)