From d238567867b7f8338ada146d1050fc1fb70d9b4c Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 05:59:02 +0000 Subject: [PATCH] Update Rust crate test-strategy to 0.4.5 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 873dbb6..49af69c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1279,9 +1279,9 @@ dependencies = [ [[package]] name = "test-strategy" -version = "0.4.3" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43b12f9683de37f9980e485167ee624bfaa0b6b04da661e98e25ef9c2669bc1b" +checksum = "8f7fd1eb9efb36942b85a290c4201d317980fe09bc88d34dd48aaaae03075c6a" dependencies = [ "derive-ex", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 94c56af..fce46ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ schemars = "0.8.22" serde = "1.0.228" serde_core = "1.0.228" serde_json = "1.0.145" -test-strategy = "0.4.3" +test-strategy = "0.4.5" trybuild = "1.0.116" typify = "0.4.2"