chore(deps): update rust crate rstest to 0.24
All checks were successful
Release Please / Release-plz (push) Successful in 1m22s
Release Please / Docker image (push) Successful in 11m59s
Test / build (map[name:stable]) (push) Successful in 11m15s
Test / build (map[name:nightly]) (push) Successful in 12m29s

This commit is contained in:
Renovate Bot 2025-01-16 16:42:36 +00:00 committed by Paul Campbell
parent 6d66ccf391
commit f8625a59f8

View file

@ -119,4 +119,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.23", features = ["async-timeout"] } rstest = { version = "0.24", features = ["async-timeout"] }