From 4c5ac2608ffc6a6dfb34fc50c55fa2d765239c16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Feb 2022 21:08:29 +0000 Subject: [PATCH] Update test-case requirement from 1.1.0 to 2.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.1.0...v2.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 aae577f..3646963 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,4 +19,4 @@ lenient_semver_parser = { git = "https://github.com/knutwalker/lenient-semver", [dev-dependencies] pretty_assertions = "1.1.0" -test-case = "1.1.0" +test-case = "2.0.0"