From 95319a463e7abcdc86d733e3d6ee550d08e3827f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Jul 2022 00:13:03 +0000 Subject: [PATCH] Update test-case requirement from 1.0.0 to 2.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/v1.0.0...v2.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 be05b38..71016be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,5 @@ repository = "https://github.com/luke-biel/dir-assert" travis-ci = { repository = "luke-biel/dir-assert", branch = "master" } [dev-dependencies] -test-case = "1.0.0" +test-case = "2.2.1" cfg-if = "1.0.0"