From c3af918ba53c6230c0e4aef822a0cb2cf120bf3f Mon Sep 17 00:00:00 2001 From: Forgejo Actions Date: Thu, 27 Jun 2024 05:53:08 +0200 Subject: [PATCH] chore(deps): update rust crate rstest to 0.21.0 (#7) Reviewed-on: https://code.thetadev.de/ThetaDev/rustypipe/pulls/7 Co-authored-by: Forgejo Actions Co-committed-by: Forgejo Actions --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bfd278f..6425769 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ dirs = "5.0.0" filenamify = "0.1.0" # Testing -rstest = "0.19.0" +rstest = "0.21.0" tokio-test = "0.4.2" insta = { version = "1.17.1", features = ["ron", "redactions"] } path_macro = "1.0.0"