From 96776e98d76fa1d31d5f84dbceafbe8f9dfd9085 Mon Sep 17 00:00:00 2001 From: ThetaBot Date: Sat, 12 Oct 2024 03:58:22 +0000 Subject: [PATCH] chore(deps): update rust crate rstest to 0.23.0 (#12) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e4b9260..6587cd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ dirs = "5.0.0" filenamify = "0.1.0" # Testing -rstest = "0.22.0" +rstest = "0.23.0" tokio-test = "0.4.2" insta = { version = "1.17.1", features = ["ron", "redactions"] } path_macro = "1.0.0"