From 2e8eb4bcc4d3d5c33ec4a9c4ca1b84d9fc2e6241 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 1 Jan 2025 21:17:53 +0000 Subject: [PATCH] chore(deps): update rust crate rstest to 0.24 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2c9fedc..7e6e1a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -117,4 +117,4 @@ pretty_assertions = "1.4" rand = "0.8" mockall = "0.13" test-log = "0.2" -rstest = { version = "0.23", features = ["async-timeout"] } +rstest = { version = "0.24", features = ["async-timeout"] } -- 2.45.2