From d5d72a34692795e63c554c325a3cf4d837d322c7 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Fri, 11 Oct 2024 09:10:29 +0100 Subject: [PATCH] chore: bump rstest from 0.22 to 0.23 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eae5df1..0d1ffc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,4 +15,4 @@ taglib = "1.0.0" [dev-dependencies] pretty_assertions = "1.4" -rstest = "0.22" +rstest = "0.23"