@@ -75,6 +75,7 @@ members = [
7575 " internal-dns/types/versions" ,
7676 " ipcc" ,
7777 " key-manager" ,
78+ " key-manager/types" ,
7879 " live-tests" ,
7980 " live-tests/macros" ,
8081 " nexus" ,
@@ -110,6 +111,7 @@ members = [
110111 " nexus/test-utils-macros" ,
111112 " nexus/test-utils" ,
112113 " nexus/types" ,
114+ " nexus/types/versions" ,
113115 " ntp-admin" ,
114116 " ntp-admin/api" ,
115117 " ntp-admin/types" ,
@@ -250,6 +252,7 @@ default-members = [
250252 " internal-dns/types/versions" ,
251253 " ipcc" ,
252254 " key-manager" ,
255+ " key-manager/types" ,
253256 " live-tests" ,
254257 " live-tests/macros" ,
255258 " nexus" ,
@@ -285,6 +288,7 @@ default-members = [
285288 " nexus/test-utils-macros" ,
286289 " nexus/test-utils" ,
287290 " nexus/types" ,
291+ " nexus/types/versions" ,
288292 " ntp-admin" ,
289293 " ntp-admin/api" ,
290294 " ntp-admin/types" ,
@@ -560,6 +564,7 @@ ipnetwork = { version = "0.21", features = ["schemars", "serde"] }
560564ispf = { git = " https://github.com/oxidecomputer/ispf" }
561565jiff = " 0.2.15"
562566key-manager = { path = " key-manager" }
567+ key-manager-types = { path = " key-manager/types" }
563568kstat-rs = " 0.2.4"
564569libc = " 0.2.174"
565570libipcc = { git = " https://github.com/oxidecomputer/ipcc-rs" , rev = " 524eb8f125003dff50b9703900c6b323f00f9e1b" }
@@ -610,6 +615,7 @@ nexus-test-interface = { path = "nexus/test-interface" }
610615nexus-test-utils-macros = { path = " nexus/test-utils-macros" }
611616nexus-test-utils = { path = " nexus/test-utils" }
612617nexus-types = { path = " nexus/types" }
618+ nexus-types-versions = { path = " nexus/types/versions" }
613619nix = { version = " 0.30" , features = [" fs" , " net" ] }
614620nom = " 7.1.3"
615621nonempty = " 0.12.0"
@@ -687,10 +693,10 @@ progenitor-client = "0.10.0"
687693# NOTE: if you change the pinned revision of the `bhyve_api` and propolis
688694# dependencies, you must also update the references in package-manifest.toml to
689695# match the new revision.
690- bhyve_api = { git = " https://github.com/oxidecomputer/propolis" , rev = " bc121ef55741656ce118b02ceeda949b9261f49f " }
691- propolis_api_types = { git = " https://github.com/oxidecomputer/propolis" , rev = " bc121ef55741656ce118b02ceeda949b9261f49f " }
692- propolis-client = { git = " https://github.com/oxidecomputer/propolis" , rev = " bc121ef55741656ce118b02ceeda949b9261f49f " }
693- propolis-mock-server = { git = " https://github.com/oxidecomputer/propolis" , rev = " bc121ef55741656ce118b02ceeda949b9261f49f " }
696+ bhyve_api = { git = " https://github.com/oxidecomputer/propolis" , rev = " 36f20be9bb4c3b362029237f5feb6377c982395f " }
697+ propolis_api_types = { git = " https://github.com/oxidecomputer/propolis" , rev = " 36f20be9bb4c3b362029237f5feb6377c982395f " }
698+ propolis-client = { git = " https://github.com/oxidecomputer/propolis" , rev = " 36f20be9bb4c3b362029237f5feb6377c982395f " }
699+ propolis-mock-server = { git = " https://github.com/oxidecomputer/propolis" , rev = " 36f20be9bb4c3b362029237f5feb6377c982395f " }
694700# NOTE: see above!
695701proptest = " 1.7.0"
696702qorb = " 0.4.1"
@@ -774,10 +780,10 @@ slog-term = "2.9.1"
774780smf = " 0.2"
775781socket2 = { version = " 0.5" , features = [" all" ] }
776782sp-sim = { path = " sp-sim" }
777- sprockets-tls = { git = " https://github.com/oxidecomputer/sprockets.git" , rev = " 8ba93f6e785e11175059b3303bfd7e8b52ad12f8 " }
778- sprockets-tls-test-utils = { git = " https://github.com/oxidecomputer/sprockets.git" , rev = " 8ba93f6e785e11175059b3303bfd7e8b52ad12f8 " }
783+ sprockets-tls = { git = " https://github.com/oxidecomputer/sprockets.git" , rev = " d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba " }
784+ sprockets-tls-test-utils = { git = " https://github.com/oxidecomputer/sprockets.git" , rev = " d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba " }
779785sqlformat = " 0.3.5"
780- sqlparser = { version = " 0.45 .0" , features = [ " visitor" ] }
786+ sqlparser = { version = " 0.61 .0" , features = [ " visitor" ] }
781787static_assertions = " 1.1.0"
782788# Please do not change the Steno version to a Git dependency. It makes it
783789# harder than expected to make breaking changes (even if you specify a specific
0 commit comments