@@ -76,6 +76,7 @@ members = [
7676 " ipcc" ,
7777 " key-manager" ,
7878 " key-manager/types" ,
79+ " ledger" ,
7980 " live-tests" ,
8081 " live-tests/macros" ,
8182 " nexus" ,
@@ -253,6 +254,7 @@ default-members = [
253254 " ipcc" ,
254255 " key-manager" ,
255256 " key-manager/types" ,
257+ " ledger" ,
256258 " live-tests" ,
257259 " live-tests/macros" ,
258260 " nexus" ,
@@ -471,8 +473,8 @@ derive-where = "1.5.0"
471473dev-tools-common = { path = " dev-tools/common" }
472474dice-verifier = { git = " https://github.com/oxidecomputer/dice-util" , branch = " main" , default-features = false }
473475# Having the i-implement-... feature here makes diesel go away from the workspace-hack
474- diesel = { version = " 2.2.12 " , features = [" i-implement-a-third-party-backend-and-opt-into-breaking-changes" , " postgres" , " r2d2" , " chrono" , " serde_json" , " network-address" , " uuid" ] }
475- diesel-dtrace = " 0.4.2 "
476+ diesel = { version = " 2.3.7 " , features = [" i-implement-a-third-party-backend-and-opt-into-breaking-changes" , " postgres" , " r2d2" , " chrono" , " serde_json" , " network-address" , " uuid" ] }
477+ diesel-dtrace = " 0.5.0 "
476478digest = " 0.10.7"
477479dns-server = { path = " dns-server" }
478480dns-server-api = { path = " dns-server-api" }
@@ -584,8 +586,8 @@ ntp-admin-api = { path = "ntp-admin/api" }
584586ntp-admin-client = { path = " clients/ntp-admin-client" }
585587ntp-admin-types = { path = " ntp-admin/types" }
586588ntp-admin-types-versions = { path = " ntp-admin/types/versions" }
587- mg-admin-client = { git = " https://github.com/oxidecomputer/maghemite" , rev = " 8f5527da3c53398c95c50b1af088637e7b6c5718 " }
588- ddm-admin-client = { git = " https://github.com/oxidecomputer/maghemite" , rev = " 8f5527da3c53398c95c50b1af088637e7b6c5718 " }
589+ mg-admin-client = { git = " https://github.com/oxidecomputer/maghemite" , rev = " b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 " }
590+ ddm-admin-client = { git = " https://github.com/oxidecomputer/maghemite" , rev = " b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 " }
589591multimap = " 0.10.1"
590592nexus-auth = { path = " nexus/auth" }
591593nexus-background-task-interface = { path = " nexus/background-task-interface" }
@@ -619,7 +621,7 @@ nexus-test-utils-macros = { path = "nexus/test-utils-macros" }
619621nexus-test-utils = { path = " nexus/test-utils" }
620622nexus-types = { path = " nexus/types" }
621623nexus-types-versions = { path = " nexus/types/versions" }
622- nix = { version = " 0.30 " , features = [" fs" , " net" ] }
624+ nix = { version = " 0.31 " , features = [" fs" , " net" ] }
623625nom = " 7.1.3"
624626nonempty = " 0.12.0"
625627num-integer = " 0.1.46"
@@ -630,6 +632,7 @@ omicron-cockroach-admin = { path = "cockroach-admin" }
630632omicron-cockroach-metrics = { path = " cockroach-metrics" }
631633omicron-common = { path = " common" }
632634omicron-dev-lib = { path = " dev-tools/omicron-dev-lib" }
635+ omicron-ledger = { path = " ledger" }
633636omicron-gateway = { path = " gateway" }
634637omicron-nexus = { path = " nexus" }
635638omicron-ntp-admin = { path = " ntp-admin" }
@@ -718,7 +721,7 @@ rats-corim = { git = "https://github.com/oxidecomputer/rats-corim.git", rev = "f
718721raw-cpuid = { git = " https://github.com/oxidecomputer/rust-cpuid.git" , rev = " a4cf01df76f35430ff5d39dc2fe470bcb953503b" }
719722rayon = " 1.10"
720723rcgen = " 0.12.1"
721- rdb-types = { git = " https://github.com/oxidecomputer/maghemite" , rev = " 8f5527da3c53398c95c50b1af088637e7b6c5718 " }
724+ rdb-types = { git = " https://github.com/oxidecomputer/maghemite" , rev = " b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 " }
722725reconfigurator-cli = { path = " dev-tools/reconfigurator-cli" }
723726reedline = " 0.40.0"
724727ref-cast = " 1.0"
0 commit comments