chore(deps): update rust crate rstest to 0.23 - autoclosed #167

Closed
renovate wants to merge 1 commit from renovate/rstest-0.x into main
Showing only changes of commit 6539df98ca - Show all commits

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"] }