From 259ee5936e20245e8d3f6dfa82f37bf0495bb420 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 04:53:43 +0000 Subject: [PATCH] Update Rust crate datatest-stable to 0.2.9 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea92462414..9ee77bdb18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1580,9 +1580,9 @@ checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308" [[package]] name = "datatest-stable" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cb7ab9130d87ff4c281e2ac877103ee8b4e31cc6028f879ae362ec74b11961d" +checksum = "a560b3fd20463b56397bd457aa71243ccfdcffe696050b66e3b1e0ec0457e7f1" dependencies = [ "camino", "fancy-regex", diff --git a/Cargo.toml b/Cargo.toml index 693eb55f5e..9e5691652a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -202,7 +202,7 @@ crucible-pantry-client = { git = "https://github.com/oxidecomputer/crucible", re crucible-smf = { git = "https://github.com/oxidecomputer/crucible", rev = "1ef72f3c935e7dc936bf43310c04668fb60d7a20" } csv = "1.3.0" curve25519-dalek = "4" -datatest-stable = "0.2.8" +datatest-stable = "0.2.9" display-error-chain = "0.2.0" omicron-ddm-admin-client = { path = "clients/ddm-admin-client" } db-macros = { path = "nexus/db-macros" }