From 4dc3502977cd956c2de60ad39d8a0cb0aa4a38b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 20:39:57 +0000 Subject: [PATCH] Update test-case requirement from 2.0 to 3.3 Updates the requirements on [test-case](https://github.com/frondeus/test-case) to permit the latest version. - [Release notes](https://github.com/frondeus/test-case/releases) - [Changelog](https://github.com/frondeus/test-case/blob/master/CHANGELOG.md) - [Commits](https://github.com/frondeus/test-case/compare/v2.0.0...v3.3.1) --- updated-dependencies: - dependency-name: test-case 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 d3b9b032..45f90030 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,7 @@ rayon = "1" static_assertions = "1.1" structopt = "0.3" tempfile = "3.1" -test-case = "2.0" +test-case = "3.3" tracing-subscriber = ">=0.2.12, <0.4.0" serde_json = "1"