From 9ad9a0c25a0fff9ce7ca12686ea4b66c10d493fa Mon Sep 17 00:00:00 2001 From: Martijn Date: Wed, 24 Jul 2024 02:02:13 +0200 Subject: [PATCH] Update Yare to 3.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cc0d34c..308c2f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ serde_json = "1" indicatif = "0.17.5" # parameterized tests -yare = "2.0.0" +yare = "3.0.0" # --- Examples