Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
142 changes: 35 additions & 107 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -467,10 +467,10 @@ crossterm = { version = "0.29.0", features = ["event-stream"] }
# NOTE: if you change the pinned revision of the `crucible` dependencies, you
# must also update the references in package-manifest.toml to match the new
# revision.
crucible-agent-client = { git = "https://github.com/oxidecomputer/crucible", rev = "7103cd3a3d7b0112d2949dd135db06fef0c156bb" }
crucible-pantry-client = { git = "https://github.com/oxidecomputer/crucible", rev = "7103cd3a3d7b0112d2949dd135db06fef0c156bb" }
crucible-smf = { git = "https://github.com/oxidecomputer/crucible", rev = "7103cd3a3d7b0112d2949dd135db06fef0c156bb" }
crucible-common = { git = "https://github.com/oxidecomputer/crucible", rev = "7103cd3a3d7b0112d2949dd135db06fef0c156bb" }
crucible-agent-client = { git = "https://github.com/oxidecomputer/crucible", rev = "ad5296d5fb951e3f3bc34b37444bd1d68a2ec866" }
crucible-pantry-client = { git = "https://github.com/oxidecomputer/crucible", rev = "ad5296d5fb951e3f3bc34b37444bd1d68a2ec866" }
crucible-smf = { git = "https://github.com/oxidecomputer/crucible", rev = "ad5296d5fb951e3f3bc34b37444bd1d68a2ec866" }
crucible-common = { git = "https://github.com/oxidecomputer/crucible", rev = "ad5296d5fb951e3f3bc34b37444bd1d68a2ec866" }
# NOTE: See above!
csv = "1.3.1"
curve25519-dalek = "4"
Expand Down
Loading
Loading