From 5a2699c2742e680e81d21d7bb3bc7d6a97d8c6eb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 1 Jan 2025 19:16:02 +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 25cf281..aefb506 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ tokio = { version = "1.37", features = ["full"] } [dev-dependencies] assert2 = "0.3" pretty_assertions = "1.4" -rstest = "0.23" +rstest = "0.24" mutants = "0.0" -- 2.45.2