From 73ef71bd024d4089e611340059e509aa8c6de9a1 Mon Sep 17 00:00:00 2001 From: James MacMahon Date: Thu, 21 Apr 2022 23:45:27 -0400 Subject: [PATCH] update crucible revs fixes build conflict with tracing dep --- client/Cargo.toml | 2 +- propolis/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index 0420cc0be..a887b5066 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -16,4 +16,4 @@ slog = { version = "2.5", features = [ "max_level_trace", "release_max_level_deb structopt = "0.3" thiserror = "1.0" uuid = { version = "0.8", features = [ "serde", "v4" ] } -crucible = { git = "https://github.com/oxidecomputer/crucible", rev = "a70d458984acaf6144d36fa79670f97af148e98b" } +crucible = { git = "https://github.com/oxidecomputer/crucible", rev = "257032d1e842901d427f344a396d78b9b85b183f" } diff --git a/propolis/Cargo.toml b/propolis/Cargo.toml index a0f0fdd7c..d6bb5c86f 100644 --- a/propolis/Cargo.toml +++ b/propolis/Cargo.toml @@ -21,7 +21,7 @@ viona_api = { path = "../viona-api" } usdt = { version = "0.2.1", default-features = false } tokio = { version = "1", features = ["full"] } futures = "0.3" -crucible = { git = "https://github.com/oxidecomputer/crucible", rev = "a70d458984acaf6144d36fa79670f97af148e98b", optional = true } +crucible = { git = "https://github.com/oxidecomputer/crucible", rev = "257032d1e842901d427f344a396d78b9b85b183f", optional = true } anyhow = "1" slog = "2.7" serde = { version = "1" }