diff --git a/Cargo.lock b/Cargo.lock index a711578b1..24cbadc6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -690,7 +690,7 @@ dependencies = [ [[package]] name = "crucible" version = "0.0.1" -source = "git+https://github.com/oxidecomputer/crucible?rev=2e02507fb1625ee392ca9a0063a4a62793597648#2e02507fb1625ee392ca9a0063a4a62793597648" +source = "git+https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994d0bd12725c17d6b478a9bfc2673ad6f4" dependencies = [ "aes-gcm-siv", "anyhow", @@ -735,7 +735,7 @@ dependencies = [ [[package]] name = "crucible-client-types" version = "0.1.0" -source = "git+https://github.com/oxidecomputer/crucible?rev=2e02507fb1625ee392ca9a0063a4a62793597648#2e02507fb1625ee392ca9a0063a4a62793597648" +source = "git+https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994d0bd12725c17d6b478a9bfc2673ad6f4" dependencies = [ "base64 0.21.5", "crucible-workspace-hack", @@ -748,7 +748,7 @@ dependencies = [ [[package]] name = "crucible-common" version = "0.0.1" -source = "git+https://github.com/oxidecomputer/crucible?rev=2e02507fb1625ee392ca9a0063a4a62793597648#2e02507fb1625ee392ca9a0063a4a62793597648" +source = "git+https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994d0bd12725c17d6b478a9bfc2673ad6f4" dependencies = [ "anyhow", "atty", @@ -777,7 +777,7 @@ dependencies = [ [[package]] name = "crucible-protocol" version = "0.0.0" -source = "git+https://github.com/oxidecomputer/crucible?rev=2e02507fb1625ee392ca9a0063a4a62793597648#2e02507fb1625ee392ca9a0063a4a62793597648" +source = "git+https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994d0bd12725c17d6b478a9bfc2673ad6f4" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index c5c62fc5f..18b812d07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,8 +78,8 @@ oximeter-producer = { git = "https://github.com/oxidecomputer/omicron", branch = oximeter = { git = "https://github.com/oxidecomputer/omicron", branch = "main" } # Crucible -crucible = { git = "https://github.com/oxidecomputer/crucible", rev = "2e02507fb1625ee392ca9a0063a4a62793597648" } -crucible-client-types = { git = "https://github.com/oxidecomputer/crucible", rev = "2e02507fb1625ee392ca9a0063a4a62793597648" } +crucible = { git = "https://github.com/oxidecomputer/crucible", rev = "fab27994d0bd12725c17d6b478a9bfc2673ad6f4" } +crucible-client-types = { git = "https://github.com/oxidecomputer/crucible", rev = "fab27994d0bd12725c17d6b478a9bfc2673ad6f4" } # External dependencies anyhow = "1.0"