Skip to content

Commit 5684955

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 5684955

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.lock

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

workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway-
6565
generic-array = { version = "0.14.7", default-features = false, features = ["more_lengths", "zeroize"] }
6666
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
6767
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
68-
hashbrown = { version = "0.16.0", default-features = false, features = ["allocator-api2", "inline-more"] }
68+
hashbrown = { version = "0.15.4" }
6969
heck = { version = "0.4.1", features = ["unicode"] }
7070
hickory-proto = { version = "0.25.2", features = ["serde", "text-parsing"] }
7171
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
@@ -206,7 +206,7 @@ gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway-
206206
generic-array = { version = "0.14.7", default-features = false, features = ["more_lengths", "zeroize"] }
207207
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
208208
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
209-
hashbrown = { version = "0.16.0", default-features = false, features = ["allocator-api2", "inline-more"] }
209+
hashbrown = { version = "0.15.4" }
210210
heck = { version = "0.4.1", features = ["unicode"] }
211211
hickory-proto = { version = "0.25.2", features = ["serde", "text-parsing"] }
212212
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }

0 commit comments

Comments
 (0)