chore(deps): bump test-strategy from 0.4.3 to 0.4.4

Bumps [test-strategy](https://github.com/frozenlib/test-strategy) from 0.4.3 to 0.4.4.
- [Commits](https://github.com/frozenlib/test-strategy/commits)

---
updated-dependencies:
- dependency-name: test-strategy
  dependency-version: 0.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-01-27 00:26:19 +00:00 committed by GitHub
parent 85ce22e721
commit d6e1f401b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -596,9 +596,9 @@ dependencies = [
[[package]]
name = "test-strategy"
version = "0.4.3"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43b12f9683de37f9980e485167ee624bfaa0b6b04da661e98e25ef9c2669bc1b"
checksum = "c572af0dd6da9b0b5c1c2393c0be69f8e3b96302b20e4444c3fcf627efc31067"
dependencies = [
"derive-ex",
"proc-macro2",

View file

@ -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.4"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }