From 6036db0d4a25640478a64d3832ad3e03435f33b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 19:35:41 +0100 Subject: [PATCH] chore(deps): bump test-strategy from 0.4.3 to 0.4.5 (#19) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 77c1e60..bd6385d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -589,9 +589,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 295313a..d9c7209 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,5 +21,5 @@ thiserror = "2.0.17" [dev-dependencies] fake = "4.4.0" proptest = { version = "1.9.0", features = ["attr-macro"] } -test-strategy = "0.4.3" +test-strategy = "0.4.5" tokio = { version = "1", features = ["macros", "rt-multi-thread"] }