From bb02bcfbc40a736c9757086ce51bf1db6c5dc975 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 12:16:53 +0000 Subject: [PATCH] [cargo] Update Rust crate rstest to 0.21.0 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | crate | rstest | 0.19.0 | 0.21.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f8513ca..4b99b51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ toml = { version = "0.8.6", optional = true } [dev-dependencies] indoc = "2.0.4" pretty_assertions = "1.4.0" -rstest = { version = "0.19.0", default-features = false } +rstest = { version = "0.21.0", default-features = false } serde = { version = "1.0.190", features = ["derive"] } tempfile = "3.8.1"