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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-03-01 19:35:41 +01:00 committed by GitHub
parent 7388abe45b
commit 6036db0d4a
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

@ -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",

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