From d66cb02755aa45a88d73b0f56066faf708a37984 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 1 Oct 2018 07:44:31 +0000 Subject: [PATCH] build(deps): update globwalk requirement from 0.4 to 0.5 Updates the requirements on [globwalk](https://github.com/gilnaa/globwalk) to permit the latest version. - [Release notes](https://github.com/gilnaa/globwalk/releases) - [Commits](https://github.com/gilnaa/globwalk/commits/v0.5.0) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8970a3f..cf8a4d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["filesystem", "test", "assert", "fixture"] [dependencies] tempfile = "3.0" -globwalk = "0.4" +globwalk = "0.5" predicates = "0.9" predicates-core = "0.9" predicates-tree = "0.9"