@@ -40,6 +40,7 @@ members = [
4040 " dev-tools/downloader" ,
4141 " dev-tools/dropshot-apis" ,
4242 " dev-tools/ls-apis" ,
43+ " dev-tools/measurement-diagnose" ,
4344 " dev-tools/mgs-dev" ,
4445 " dev-tools/omdb" ,
4546 " dev-tools/omicron-dev" ,
@@ -211,6 +212,7 @@ default-members = [
211212 " dev-tools/downloader" ,
212213 " dev-tools/dropshot-apis" ,
213214 " dev-tools/ls-apis" ,
215+ " dev-tools/measurement-diagnose" ,
214216 " dev-tools/mgs-dev" ,
215217 " dev-tools/omdb" ,
216218 " dev-tools/omicron-dev" ,
@@ -396,7 +398,8 @@ assert_cmd = "2.0.17"
396398async-bb8-diesel = " 0.2"
397399async-recursion = " 1.1.1"
398400async-trait = " 0.1.89"
399- attest-mock = { git = " https://github.com/oxidecomputer/dice-util" , rev = " 10952e8d9599b735b85d480af3560a11700e5b64" }
401+ attest-mock = { git = " https://github.com/oxidecomputer/dice-util" , rev = " 6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd" }
402+ attest-data = { git = " https://github.com/oxidecomputer/dice-util" , rev = " 6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd" }
400403atomicwrites = " 0.4.4"
401404authz-macros = { path = " nexus/authz-macros" }
402405backoff = { version = " 0.4.0" , features = [ " tokio" ] }
@@ -450,6 +453,7 @@ crucible-common = { git = "https://github.com/oxidecomputer/crucible", rev = "71
450453csv = " 1.3.1"
451454curve25519-dalek = " 4"
452455daft = { version = " 0.1.4" , features = [" derive" , " newtype-uuid1" , " oxnet01" , " uuid1" ] }
456+ der = { version = " 0.7.10" , default-features = false }
453457display-error-chain = " 0.2.2"
454458omicron-ddm-admin-client = { path = " clients/ddm-admin-client" }
455459datatest-stable = " 0.3.2"
@@ -458,6 +462,7 @@ debug-ignore = "1.0.5"
458462derive_more = " 0.99.20"
459463derive-where = " 1.5.0"
460464dev-tools-common = { path = " dev-tools/common" }
465+ dice-verifier = { git = " https://github.com/oxidecomputer/dice-util" , rev = " 6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd" , features = [" ipcc" ] }
461466# Having the i-implement-... feature here makes diesel go away from the workspace-hack
462467diesel = { version = " 2.2.12" , features = [" i-implement-a-third-party-backend-and-opt-into-breaking-changes" , " postgres" , " r2d2" , " chrono" , " serde_json" , " network-address" , " uuid" ] }
463468diesel-dtrace = " 0.4.2"
0 commit comments