From a948d995102d0f8f6e79548a96516c98ed5fdc6b Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 04:27:43 +0000 Subject: [PATCH] Update Rust crate datatest-stable to 0.3.3 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e62bc2115..b0bba083a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -202,9 +202,9 @@ dependencies = [ [[package]] name = "datatest-stable" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19ebbb3c403031a3739980c2864e3b5ee4efca009dd83d2c0f80a31555243981" +checksum = "a867d7322eb69cf3a68a5426387a25b45cb3b9c5ee41023ee6cea92e2afadd82" dependencies = [ "camino", "fancy-regex", diff --git a/Cargo.toml b/Cargo.toml index e0d288d38..3c4c091c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/oxidecomputer/newtype-uuid" rust-version = "1.79" [workspace.dependencies] -datatest-stable = "0.3.2" +datatest-stable = "0.3.3" expectorate = "1.2.0" heck = "0.5" integration-tests = { path = "crates/integration-tests" }