From 6a28bc2576ec95a34dc95d49948e2b9bef13e07b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 16:39:59 +0000 Subject: [PATCH] chore(deps): update rust crate rstest to 0.20.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 461b459..67d6ae5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,6 +39,6 @@ required-features = [] [dev-dependencies] serial_test = "2.0.0" -rstest = "0.18.2" +rstest = "0.20.0" loco-rs = { version = "0.1.8", features = ["testing"] } insta = { version = "1.34.0", features = ["redactions", "yaml", "filters"] }