@@ -435,6 +435,7 @@ dns-service-client = { path = "clients/dns-service-client" }
435
435
dpd-client = { git = " https://github.com/oxidecomputer/dendrite" , rev = " 8314881e372d7bbb4a4ee2da051ecdc34f66c534" }
436
436
dropshot = { version = " 0.16.3" , features = [ " usdt-probes" ] }
437
437
dyn-clone = " 1.0.20"
438
+ ecdsa = { version = " 0.16.9" , features = [" pem" , " signing" , " std" , " verifying" ] }
438
439
either = " 1.15.0"
439
440
ereport-types = { path = " ereport/types" }
440
441
expectorate = " 1.2.0"
@@ -457,9 +458,9 @@ gateway-client = { path = "clients/gateway-client" }
457
458
# compatibility, but will mean that faux-mgs might be missing new
458
459
# functionality.)
459
460
#
460
- gateway-ereport-messages = { git = " https://github.com/oxidecomputer/management-gateway-service" , rev = " 77e316c812aa057b9714d0d99c4a7bdd36d45be2 " , default-features = false , features = [" debug-impls" ] }
461
- gateway-messages = { git = " https://github.com/oxidecomputer/management-gateway-service" , rev = " 77e316c812aa057b9714d0d99c4a7bdd36d45be2 " , default-features = false , features = [" std" ] }
462
- gateway-sp-comms = { git = " https://github.com/oxidecomputer/management-gateway-service" , rev = " 77e316c812aa057b9714d0d99c4a7bdd36d45be2 " }
461
+ gateway-ereport-messages = { git = " https://github.com/oxidecomputer/management-gateway-service" , rev = " c80fb4f23108691dea43239b55a14f5e47f161b7 " , default-features = false , features = [" debug-impls" ] }
462
+ gateway-messages = { git = " https://github.com/oxidecomputer/management-gateway-service" , rev = " c80fb4f23108691dea43239b55a14f5e47f161b7 " , default-features = false , features = [" std" ] }
463
+ gateway-sp-comms = { git = " https://github.com/oxidecomputer/management-gateway-service" , rev = " c80fb4f23108691dea43239b55a14f5e47f161b7 " }
463
464
gateway-test-utils = { path = " gateway-test-utils" }
464
465
gateway-types = { path = " gateway-types" }
465
466
gethostname = " 0.5.0"
@@ -678,7 +679,7 @@ semver = { version = "1.0.26", features = ["std", "serde"] }
678
679
serde = { version = " 1.0" , default-features = false , features = [ " derive" , " rc" ] }
679
680
serde_cbor = " 0.11.2"
680
681
serde_human_bytes = { git = " https://github.com/oxidecomputer/serde_human_bytes" , branch = " main" }
681
- serde_json = " 1.0.142 "
682
+ serde_json = " 1.0.143 "
682
683
serde_tokenstream = " 0.2"
683
684
serde_urlencoded = " 0.7.1"
684
685
serde_with = { version = " 3.14.0" , default-features = false , features = [" alloc" , " macros" ] }
@@ -719,6 +720,7 @@ sp-sim = { path = "sp-sim" }
719
720
sprockets-tls = { git = " https://github.com/oxidecomputer/sprockets.git" , rev = " 6d31fa63217c6a51061dc4afa1ebe175a0021981" }
720
721
sqlformat = " 0.3.5"
721
722
sqlparser = { version = " 0.45.0" , features = [ " visitor" ] }
723
+ ssh-key = " 0.6.7"
722
724
static_assertions = " 1.1.0"
723
725
# Please do not change the Steno version to a Git dependency. It makes it
724
726
# harder than expected to make breaking changes (even if you specify a specific
0 commit comments