From 061fe578fdd27145cf2b9c23e3a63f573e175657 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 08:11:58 +0000 Subject: [PATCH] Update test-case requirement from 1.2.0 to 3.3.1 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/v1.2.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 91a065ec..a79ae90b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ termion = "1.5.5" pretty_env_logger = "0.4.0" # turle_teleop log4rs = "1.2" -test-case = "1.2.0" +test-case = "3.3.1" ctrlc = "3.1.6" # async examples