@@ -118,17 +118,18 @@ zip = { version = "0.6", default-features = false, features = ["bzip2"] }
118
118
# Oxide forks and repos
119
119
attest-data = { git = " https://github.com/oxidecomputer/dice-util" , default-features = false , version = " 0.1.0" }
120
120
dice-mfg-msgs = { git = " https://github.com/oxidecomputer/dice-util" , default-features = false , version = " 0.2.1" }
121
+ # TODO: update after merge of hubtools epoch branch
121
122
# gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway-service", default-features = false, features = ["smoltcp"] }
122
- # XXX fix before push
123
- # gateway-messages = { path = "/home/stoltz/Oxide/src/mgs/epoch/gateway-messages", default-features = false, features = ["smoltcp"] }
124
123
gateway-messages = { git = " https://github.com/oxidecomputer/management-gateway-service" , default-features = false , features = [" smoltcp" ], branch = " epoch" }
124
+ # gateway-messages = { path = "/home/stoltz/Oxide/src/mgs/epoch/gateway-messages", default-features = false, features = ["smoltcp"] }
125
125
gimlet-inspector-protocol = { git = " https://github.com/oxidecomputer/gimlet-inspector-protocol" , version = " 0.1.0" }
126
126
hif = { git = " https://github.com/oxidecomputer/hif" , default-features = false }
127
127
humpty = { git = " https://github.com/oxidecomputer/humpty" , default-features = false , version = " 0.1.3" }
128
+ # XXX Update after merge of hubtools epoch branch
128
129
# hubtools = { git = "https://github.com/oxidecomputer/hubtools", default-features = false, version = "0.4.1" }
129
- # XXX fix before push
130
130
hubtools = { git = " https://github.com/oxidecomputer/hubtools" , default-features = false , branch = " epoch" , version = " 0.4.7" }
131
131
# hubtools = { path = "/home/stoltz/Oxide/src/hubtools/epoch/hubtools" }
132
+
132
133
idol = { git = " https://github.com/oxidecomputer/idolatry.git" , default-features = false }
133
134
idol-runtime = { git = " https://github.com/oxidecomputer/idolatry.git" , default-features = false }
134
135
lpc55_sign = { git = " https://github.com/oxidecomputer/lpc55_support" , default-features = false }
0 commit comments