@@ -120,20 +120,14 @@ zip = { version = "0.6", default-features = false, features = ["bzip2"] }
120
120
# Oxide forks and repos
121
121
attest-data = { git = " https://github.com/oxidecomputer/dice-util" , default-features = false , version = " 0.2.0" }
122
122
dice-mfg-msgs = { git = " https://github.com/oxidecomputer/dice-util" , default-features = false , version = " 0.2.1" }
123
- # gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway-service", default-features = false, features = ["smoltcp"] }
124
- # XXX fix before push
125
- gateway-messages = { path = " /home/stoltz/Oxide/src/mgs/epoch/gateway-messages" , default-features = false , features = [" smoltcp" ] }
123
+ gateway-messages = { git = " https://github.com/oxidecomputer/management-gateway-service" , default-features = false , features = [" smoltcp" ] }
126
124
gimlet-inspector-protocol = { git = " https://github.com/oxidecomputer/gimlet-inspector-protocol" , version = " 0.1.0" }
127
125
hif = { git = " https://github.com/oxidecomputer/hif" , default-features = false }
128
126
humpty = { git = " https://github.com/oxidecomputer/humpty" , default-features = false , version = " 0.1.3" }
129
- # hubtools = { git = "https://github.com/oxidecomputer/hubtools", default-features = false, version = "0.4.1" }
130
- # XXX fix before push
131
- # hubtools = { git = "https://github.com/oxidecomputer/hubtools", default-features = false, branch = "epoch", version = "0.4.7" }
132
- hubtools = { path = " /home/stoltz/Oxide/src/hubtools/epoch/hubtools" }
127
+ hubtools = { git = " https://github.com/oxidecomputer/hubtools" , default-features = false , version = " 0.4.7" }
133
128
idol = { git = " https://github.com/oxidecomputer/idolatry.git" , default-features = false }
134
129
idol-runtime = { git = " https://github.com/oxidecomputer/idolatry.git" , default-features = false }
135
- # lpc55_sign = { git = "https://github.com/oxidecomputer/lpc55_support", default-features = false }
136
- lpc55_sign = { path = " /home/stoltz/Oxide/src/lpc55_support/lpc55_sign" , default-features = false }
130
+ lpc55_sign = { git = " https://github.com/oxidecomputer/lpc55_support" , default-features = false }
137
131
ordered-toml = { git = " https://github.com/oxidecomputer/ordered-toml" , default-features = false }
138
132
pmbus = { git = " https://github.com/oxidecomputer/pmbus" , default-features = false }
139
133
salty = { version = " 0.3" , default-features = false }
0 commit comments