From 9ed1306f3aaeb993c409997ddfbc47499e4f4d22 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Tue, 4 Mar 2025 22:48:10 +0100 Subject: [PATCH] chore(deps): update rust crate rstest to 0.25.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 11d5262..ae92e68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ dirs = "6.0.0" filenamify = "0.1.0" # Testing -rstest = "0.24.0" +rstest = "0.25.0" tokio-test = "0.4.2" insta = { version = "1.17.1", features = ["ron", "redactions"] } path_macro = "1.0.0"