From 2945d6b6b975fdc1c2826f70e0ede340a9022584 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 06:11:01 +0000 Subject: [PATCH] fix(deps): update rust crate wild to 2.1 --- 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 6eb852cdc..1641d99f8 100644 --- a/src/uucore/Cargo.toml +++ b/src/uucore/Cargo.toml @@ -22,7 +22,7 @@ clap = { workspace=true } uucore_procs = { workspace=true } dns-lookup = { version="1.0.8", optional=true } dunce = "1.0.3" -wild = "2.0" +wild = "2.1" glob = "0.3.1" # * optional itertools = { version="0.10.5", optional=true }