Skip to content

Commit 0742018

Browse files
committed
switch to crucible and propolis main revs
1 parent 5ff9f00 commit 0742018

File tree

2 files changed

+20
-88
lines changed

2 files changed

+20
-88
lines changed

Cargo.lock

Lines changed: 13 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -325,14 +325,10 @@ cookie = "0.18"
325325
criterion = { version = "0.5.1", features = [ "async_tokio" ] }
326326
crossbeam = "0.8"
327327
crossterm = { version = "0.28.1", features = ["event-stream"] }
328-
# crucible-agent-client = { git = "https://github.com/oxidecomputer/crucible", rev = "a551f245e8a26f52098382903ccf0a982b7c54fa"}
329-
# crucible-pantry-client = { git = "https://github.com/oxidecomputer/crucible", rev = "a551f245e8a26f52098382903ccf0a982b7c54fa"}
330-
# crucible-smf = { git = "https://github.com/oxidecomputer/crucible", rev = "a551f245e8a26f52098382903ccf0a982b7c54fa"}
331-
# crucible-common = { git = "https://github.com/oxidecomputer/crucible", rev = "a551f245e8a26f52098382903ccf0a982b7c54fa"}
332-
crucible-agent-client = { git = "https://github.com/oxidecomputer/crucible", branch = "hyper-v1"}
333-
crucible-pantry-client = { git = "https://github.com/oxidecomputer/crucible", branch = "hyper-v1" }
334-
crucible-smf = { git = "https://github.com/oxidecomputer/crucible", branch = "hyper-v1" }
335-
crucible-common = { git = "https://github.com/oxidecomputer/crucible", branch = "hyper-v1" }
328+
crucible-agent-client = { git = "https://github.com/oxidecomputer/crucible", rev = "74286f952a2953cd08512015076f0947050deba7" }
329+
crucible-pantry-client = { git = "https://github.com/oxidecomputer/crucible", rev = "74286f952a2953cd08512015076f0947050deba7" }
330+
crucible-smf = { git = "https://github.com/oxidecomputer/crucible", rev = "74286f952a2953cd08512015076f0947050deba7" }
331+
crucible-common = { git = "https://github.com/oxidecomputer/crucible", rev = "74286f952a2953cd08512015076f0947050deba7" }
336332
csv = "1.3.0"
337333
curve25519-dalek = "4"
338334
datatest-stable = "0.2.9"
@@ -513,12 +509,9 @@ prettyplease = { version = "0.2.22", features = ["verbatim"] }
513509
proc-macro2 = "1.0"
514510
progenitor = "0.8.0"
515511
progenitor-client = "0.8.0"
516-
# bhyve_api = { git = "https://github.com/oxidecomputer/propolis", rev = "24a74d0c76b6a63961ecef76acb1516b6e66c5c9" }
517-
# propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9" }
518-
# propolis-mock-server = { git = "https://github.com/oxidecomputer/propolis", rev = "a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9" }
519-
bhyve_api = { git = "https://github.com/oxidecomputer/propolis", branch = "hyper-v1" }
520-
propolis-client = { git = "https://github.com/oxidecomputer/propolis", branch = "hyper-v1" }
521-
propolis-mock-server = { git = "https://github.com/oxidecomputer/propolis", branch = "hyper-v1" }
512+
bhyve_api = { git = "https://github.com/oxidecomputer/propolis", rev = "4ba9c33817c89d5d48b96e037a64421fb7a026e2" }
513+
propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "4ba9c33817c89d5d48b96e037a64421fb7a026e2" }
514+
propolis-mock-server = { git = "https://github.com/oxidecomputer/propolis", rev = "4ba9c33817c89d5d48b96e037a64421fb7a026e2" }
522515
proptest = "1.5.0"
523516
qorb = { git = "https://github.com/oxidecomputer/qorb", branch = "master" }
524517
quote = "1.0"

0 commit comments

Comments
 (0)