From 6539df98ca493a58674d164cb81523b3a799d8a0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 29 Sep 2024 10:31:43 +0000 Subject: [PATCH] chore(deps): update rust crate rstest to 0.23 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 06d769a..d35ff2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,4 +118,4 @@ pretty_assertions = "1.4" rand = "0.8" mockall = "0.13" test-log = "0.2" -rstest = { version = "0.22", features = ["async-timeout"] } +rstest = { version = "0.23", features = ["async-timeout"] } -- 2.45.2