From e96635c730143eaba6decfc6137f68d3d00196e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 01:12:52 +0000 Subject: [PATCH] Update test-case requirement from 1.0.0 to 3.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.0.0...v3.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 be05b38..8478415 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 = "3.1.0" cfg-if = "1.0.0"