@@ -120,20 +120,14 @@ zip = { version = "0.6", default-features = false, features = ["bzip2"] }
120120# Oxide forks and repos
121121attest-data = { git = " https://github.com/oxidecomputer/dice-util" , default-features = false , version = " 0.2.0" }
122122dice-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" ] }
126124gimlet-inspector-protocol = { git = " https://github.com/oxidecomputer/gimlet-inspector-protocol" , version = " 0.1.0" }
127125hif = { git = " https://github.com/oxidecomputer/hif" , default-features = false }
128126humpty = { 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" }
133128idol = { git = " https://github.com/oxidecomputer/idolatry.git" , default-features = false }
134129idol-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 }
137131ordered-toml = { git = " https://github.com/oxidecomputer/ordered-toml" , default-features = false }
138132pmbus = { git = " https://github.com/oxidecomputer/pmbus" , default-features = false }
139133salty = { version = " 0.3" , default-features = false }
0 commit comments