chore(deps): update rust crate rstest to 0.23
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/pr/cron-docker-builder Pipeline was successful
ci/woodpecker/pr/push-next Pipeline was successful
ci/woodpecker/pr/tag-created Pipeline was successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful

This commit is contained in:
Renovate Bot 2024-09-29 10:31:43 +00:00
parent 360b7f2cf7
commit 6539df98ca

View file

@ -118,4 +118,4 @@ pretty_assertions = "1.4"
rand = "0.8" rand = "0.8"
mockall = "0.13" mockall = "0.13"
test-log = "0.2" test-log = "0.2"
rstest = { version = "0.22", features = ["async-timeout"] } rstest = { version = "0.23", features = ["async-timeout"] }