From 121ab6d847bec3c8036e93539fd8303e3cd4ba36 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 1 Jun 2020 11:01:34 +0200 Subject: [PATCH] build/deps ~ relax/update the wild dep Co-authored-by: Roy Ivy III --- src/uucore/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uucore/Cargo.toml b/src/uucore/Cargo.toml index bfd41f951..23aa14757 100644 --- a/src/uucore/Cargo.toml +++ b/src/uucore/Cargo.toml @@ -25,7 +25,7 @@ members=["src/uucore_procs"] [dependencies] dunce = "1.0.0" getopts = "<= 0.2.21" -wild = "2.0.0, < 2.0.2" +wild = "2.0.4" ## optional failure = { version = "<= 0.1.1", optional = true } failure_derive = { version = "<= 0.1.1", optional = true }