From c692c617297617f1f6b599ef7783d689a76f22bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 01:19:41 +0000 Subject: [PATCH] Build(deps): bump test-strategy from 0.4.3 to 0.4.5 Bumps [test-strategy](https://github.com/frozenlib/test-strategy) from 0.4.3 to 0.4.5. - [Commits](https://github.com/frozenlib/test-strategy/compare/v0.4.3...v0.4.5) --- updated-dependencies: - dependency-name: test-strategy dependency-version: 0.4.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- chutoro-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d8a8f32..07ed16ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1766,9 +1766,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/chutoro-core/Cargo.toml b/chutoro-core/Cargo.toml index 027df712..0ce90ed8 100644 --- a/chutoro-core/Cargo.toml +++ b/chutoro-core/Cargo.toml @@ -27,7 +27,7 @@ tracing = { version = "0.1.41", features = ["attributes"] } [dev-dependencies] proptest = "1.8.0" rstest = "0.26" -test-strategy = "0.4.3" +test-strategy = "0.4.5" tracing-subscriber = { version = "0.3.20", features = ["fmt"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"