Skip to content

Commit d863f81

Browse files
authored
bump Crucible (#1074)
mostly addresses the funky `cargo update` behavior due to vergen v9 API breakage. Crucible changes are dependency bumps (mostly renovate), along with: * perf-vol.d updates (crucible#1898) * Add a test for VCR serialize/deserialize (crucible#1843)
1 parent 29e9cf7 commit d863f81

2 files changed

Lines changed: 82 additions & 45 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ oximeter = { git = "https://github.com/oxidecomputer/omicron", branch = "main" }
9292
sled-agent-client = { git = "https://github.com/oxidecomputer/omicron", branch = "main" }
9393

9494
# Crucible
95-
crucible = { git = "https://github.com/oxidecomputer/crucible", rev = "7103cd3a3d7b0112d2949dd135db06fef0c156bb" }
96-
crucible-client-types = { git = "https://github.com/oxidecomputer/crucible", rev = "7103cd3a3d7b0112d2949dd135db06fef0c156bb" }
95+
crucible = { git = "https://github.com/oxidecomputer/crucible", rev = "a945a32ba9e1f2098ce3a8963765f1894f37110b" }
96+
crucible-client-types = { git = "https://github.com/oxidecomputer/crucible", rev = "a945a32ba9e1f2098ce3a8963765f1894f37110b" }
9797

9898
# External dependencies
9999
anyhow = "1.0"

0 commit comments

Comments
 (0)