From 974776f7d5d102fe7e4f5ad863b5db8fd5b24ff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 20:21:16 +0000 Subject: [PATCH] Update test-case requirement from 2.0.0 to 3.2.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/v2.0.0...v3.2.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 6b01b20..26fc087 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ dialoguer = "0.10.0" futures = "0.3" openssl = "0.10" rand = "0.8.5" -test-case = "2.0.0" +test-case = "3.2.1" tokio = { version = "1", features = [ "rt-multi-thread", "macros", "sync" ] } tracing-subscriber = "0.3" url = "2.2"