From 8a18e28ba3fa8b99d72ea01b0c795f66301d76c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 10:47:05 +0000 Subject: [PATCH] Update yare requirement from 1.0.2 to 2.0.0 Updates the requirements on [yare](https://github.com/foresterre/yare) to permit the latest version. - [Release notes](https://github.com/foresterre/yare/releases) - [Changelog](https://github.com/foresterre/yare/blob/main/CHANGELOG.md) - [Commits](https://github.com/foresterre/yare/compare/v1.0.2...yare-macro-v2.0.0) --- updated-dependencies: - dependency-name: yare dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4418f60..cc0d34c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ serde_json = "1" indicatif = "0.17.5" # parameterized tests -yare = "1.0.2" +yare = "2.0.0" # --- Examples