Skip to content

Commit bac62c2

Browse files
committed
Update hubtools for fixed verify function
Some refactoring in a dependent lpc55 crate accidentally dropped a check against the root key table hash on the RoT. This resulted in `archive.verify` incorrectly passing in places like wicketd and selecting incorrect RoT images for installation.
1 parent 1cf6458 commit bac62c2

File tree

2 files changed

+32
-11
lines changed

2 files changed

+32
-11
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ http-body-util = "0.1.3"
496496
http-range = "0.1.5"
497497
httpmock = "0.8.0-alpha.1"
498498
httptest = "0.16.3"
499-
hubtools = { git = "https://github.com/oxidecomputer/hubtools.git", branch = "main" }
499+
hubtools = { git = "https://github.com/oxidecomputer/hubtools.git", rev = "2b1ef9b38d75563ea800baa3b17327eec17b1b7a" }
500500
humantime = "2.2.0"
501501
hyper = "1.6.0"
502502
hyper-util = "0.1.16"

0 commit comments

Comments
 (0)