From 96154c53b266963b02ac5f8fb2c61f815d764feb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 May 2022 06:15:43 +0000 Subject: [PATCH] Update test-case requirement from 1.2.0 to 2.1.0 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.1.0) --- 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..6f6fdf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,6 +38,6 @@ default = ["blocking"] blocking = [] [dev-dependencies] -test-case = "1.2.0" +test-case = "2.1.0" tempfile = "3.2.0" async-std = { version = "1.10.0", features = ["attributes"] }