From 3d4f777b54c15ccb0740a92d7f57add947e090bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 06:28:38 +0000 Subject: [PATCH] Update test-case requirement from 1.2.0 to 2.2.2 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...v2.2.2) --- 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 41139de..29fb8ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,6 +38,6 @@ default = ["blocking"] blocking = [] [dev-dependencies] -test-case = "1.2.0" +test-case = "2.2.2" tempfile = "3.2.0" async-std = { version = "1.10.0", features = ["attributes"] }