From f8625a59f80a42e673a5ca0bbbb3316b17fceb14 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 16 Jan 2025 16:42:36 +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 dc27bae..0c3fe12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -119,4 +119,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"] }