From cffe6777fd85cf7b3b5f9e6942438fda7d635848 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 06:58:58 +0000 Subject: [PATCH] Update test-case requirement from 1.2.0 to 3.0.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...v3.0.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..2e82194 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,6 +38,6 @@ default = ["blocking"] blocking = [] [dev-dependencies] -test-case = "1.2.0" +test-case = "3.0.0" tempfile = "3.2.0" async-std = { version = "1.10.0", features = ["attributes"] }