Jan Höppner
9f476217f5
rust: Upgrade dependencies
...
Upgrade all dependencies by running 'cargo upgrade' from cargo-edit.
Link: https://crates.io/crates/cargo-edit
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com >
2025-02-07 14:25:11 +01:00
Marc Hartmayer
43858063ca
rust: Upgrade 'thiserror' to '2.0.6'
...
Since there have been breaking changes, let's fix them. Fortunately,
there was only one problem to fix.
Command line used:
$ cargo upgrade --incompatible -p 'thiserror'
Acked-by: Jan Höppner <hoeppner@linux.ibm.com >
Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com >
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com >
2024-12-20 13:01:15 +01:00
Marc Hartmayer
739761f0d2
rust: Update Rust depenencies
...
Command line used (https://crates.io/crates/cargo-edit ):
$ cargo upgrade
Acked-by: Jan Höppner <hoeppner@linux.ibm.com >
Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com >
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com >
2024-12-20 13:01:15 +01:00
Steffen Eiden
bc269ddb38
rust: Update rust crates version to 0.11.0
...
Signed-off-by: Steffen Eiden <seiden@linux.ibm.com >
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com >
2024-12-05 17:03:25 +01:00
Marc Hartmayer
2ed2c608ab
rust/pvimg: Add a Secure Execution header library and an example how to use
...
The new Rust port of genprotimg will have the name 'pvimg' as it has
more functionalities than the original genprotimg tool. As preparation
add a Secure Execution header library and an example how to use it. The
example can be used by the KVM-Unit-Tests for creating the Secure
Execution headers needed by the tests [1].
[1] See https://gitlab.com/kvm-unit-tests/kvm-unit-tests/-/commit/dc4f7106f363b27f57549d5d039b4804bbb6e67f
more information how to use.
Acked-by: Steffen Eiden <seiden@linux.ibm.com >
Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com >
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com >
2024-12-05 15:09:03 +01:00