mirror of
https://codeberg.org/JasterV/event_bus.rs.git
synced 2026-04-27 02:15:41 +00:00
chore(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] <support@github.com>
This commit is contained in:
parent
7388abe45b
commit
d338681c63
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue