Update compute-pcrs to latest version #152
Open
+157
−92
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR splits #116 into two. That PR updated the compute pcrs library to the latest available version, and tweaked some things in the operator due to the API breakage I caused in the library.
It was the reason why dependabot could not successfully upgrade the version by itself in #121
Even if #116 depends on these changes and also introduces them, it will probably take a bit longer to merge, as it needs some integration test coverage, among others.
Meanwhile, it is a good idea I think to update compute-pcrs and tell dependabot to unignore the package, as I could forget about it in the future.
Note that this PR also upgrades the minimum supported rust-version from
1.85to1.88.