From 50fd1f08caf39c1298654e06059cc393543e925b Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Thu, 11 Apr 2024 23:11:20 +0200 Subject: [PATCH] chore: update rstest to v0.19.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c949a85..2485421 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ dirs = "5.0.0" filenamify = "0.1.0" # Testing -rstest = "0.18.1" +rstest = "0.19.0" tokio-test = "0.4.2" insta = { version = "1.17.1", features = ["ron", "redactions"] } path_macro = "1.0.0"