Skip to content

Commit f54b863

Browse files
committed
Bump Crucible revision
Picks up: * 9f69dea - Actually provision read-only downstairs! (oxidecomputer#728) * 92ae012 - crutest use SIGUSR1 to stop tests (oxidecomputer#699) * 47f3569 - Add build info and version commands (oxidecomputer#709) * 07f0a9e - Give up on a downstairs (oxidecomputer#725) * 9985a4c - Slightly better versioning between upstairs and downstairs (oxidecomputer#705) * 0b34a53 - Fix paths in method scripts (oxidecomputer#703) * 12b65eb - [smf] Allow Crucible Zones to be self-assembling (oxidecomputer#498) Also updates uuid dep to 1.3.2.
1 parent 176fab4 commit f54b863

File tree

2 files changed

+52
-27
lines changed

2 files changed

+52
-27
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,16 +127,16 @@ tracing-appender = "0.2.2"
127127
tracing-bunyan-formatter = "0.3.3"
128128
tracing-subscriber = "0.3.14"
129129
usdt = { version = "0.3.2", default-features = false }
130-
uuid = "1.0.0"
130+
uuid = "1.3.2"
131131
version_check = "0.9"
132132
viona_api = { path = "crates/viona-api" }
133133
viona_api_sys = { path = "crates/viona-api/sys" }
134134
vte = "0.10.1"
135135

136136
[workspace.dependencies.crucible-client-types]
137137
git = "https://github.com/oxidecomputer/crucible"
138-
rev = "3a3e806bfc2eea3519cfc0ec14ec4e745f275cd6"
138+
rev = "9f69deab230079a5bae4a10a099d7fc1f3d29df7"
139139

140140
[workspace.dependencies.crucible]
141141
git = "https://github.com/oxidecomputer/crucible"
142-
rev = "3a3e806bfc2eea3519cfc0ec14ec4e745f275cd6"
142+
rev = "9f69deab230079a5bae4a10a099d7fc1f3d29df7"

0 commit comments

Comments
 (0)