From e6a4d795e6dd309123519f16f66bbba2274778ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 13:05:58 +0000 Subject: [PATCH] Update Rust crate rstest to 0.20.0 --- src/common/common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/common/Cargo.toml b/src/common/common/Cargo.toml index 0f331e4..efcd8b8 100644 --- a/src/common/common/Cargo.toml +++ b/src/common/common/Cargo.toml @@ -27,7 +27,7 @@ crc32fast = "1.3.2" [dev-dependencies] env_logger = "0.9.0" -rstest = "0.15.0" +rstest = "0.20.0" [build-dependencies] anyhow = "1.0.58"