From 28c63d0fd91188290180aeaee7abb2f8feda5bc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 07:56:18 +0000 Subject: [PATCH] [cargo] Update Rust crate rstest to 0.22.0 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | crate | rstest | 0.21.0 | 0.22.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 6ee382e..089f166 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ strum = { version = "0.26.2", default-features = false, features = ["derive"] } [dev-dependencies] itertools = "0.13.0" -rstest = { version = "0.21.0", default-features = false } +rstest = { version = "0.22.0", default-features = false } [features] default = ["std"]