From 334df299a56cd0d33e1227ed4ce4d2fe7478d541 Mon Sep 17 00:00:00 2001 From: Alan Hanson Date: Fri, 13 Oct 2023 15:33:51 -0700 Subject: [PATCH] Update crucible to get fix 1000 (#551) Use regions_dataset path for apply_smf (#1000) Co-authored-by: Alan Hanson --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8181a7728..d3be4e617 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=b7a6856837faba76738282f9b45c2316ae1733dc#b7a6856837faba76738282f9b45c2316ae1733dc" +source = "git+https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d985247b41e38aac2e271c7ce8bc9ea81f4b6" 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=b7a6856837faba76738282f9b45c2316ae1733dc#b7a6856837faba76738282f9b45c2316ae1733dc" +source = "git+https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d985247b41e38aac2e271c7ce8bc9ea81f4b6" dependencies = [ "base64 0.21.4", "crucible-workspace-hack", @@ -748,7 +748,7 @@ dependencies = [ [[package]] name = "crucible-common" version = "0.0.1" -source = "git+https://github.com/oxidecomputer/crucible?rev=b7a6856837faba76738282f9b45c2316ae1733dc#b7a6856837faba76738282f9b45c2316ae1733dc" +source = "git+https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d985247b41e38aac2e271c7ce8bc9ea81f4b6" dependencies = [ "anyhow", "atty", @@ -776,7 +776,7 @@ dependencies = [ [[package]] name = "crucible-protocol" version = "0.0.0" -source = "git+https://github.com/oxidecomputer/crucible?rev=b7a6856837faba76738282f9b45c2316ae1733dc#b7a6856837faba76738282f9b45c2316ae1733dc" +source = "git+https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d985247b41e38aac2e271c7ce8bc9ea81f4b6" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 668a1091e..bb6d13d25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,8 +77,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 = "b7a6856837faba76738282f9b45c2316ae1733dc" } -crucible-client-types = { git = "https://github.com/oxidecomputer/crucible", rev = "b7a6856837faba76738282f9b45c2316ae1733dc" } +crucible = { git = "https://github.com/oxidecomputer/crucible", rev = "657d985247b41e38aac2e271c7ce8bc9ea81f4b6" } +crucible-client-types = { git = "https://github.com/oxidecomputer/crucible", rev = "657d985247b41e38aac2e271c7ce8bc9ea81f4b6" } # External dependencies anyhow = "1.0"