diff --git a/Cargo.lock b/Cargo.lock index 90062d7fa0..ac82b219be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2303,9 +2303,9 @@ dependencies = [ [[package]] name = "display-error-chain" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d305e5a3904ee14166439a70feef04853c1234226dbb27ede127b88dc5a4a9d" +checksum = "0bc2146e86bc19f52f4c064a64782f05f139ca464ed72937301631e73f8d6cf5" [[package]] name = "dlpi" diff --git a/Cargo.toml b/Cargo.toml index 24a9a71e35..2e86f91827 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -340,7 +340,7 @@ crucible-common = { git = "https://github.com/oxidecomputer/crucible", rev = "b7 csv = "1.3.0" curve25519-dalek = "4" datatest-stable = "0.2.9" -display-error-chain = "0.2.1" +display-error-chain = "0.2.2" omicron-ddm-admin-client = { path = "clients/ddm-admin-client" } db-macros = { path = "nexus/db-macros" } debug-ignore = "1.0.5"