From 3480b61eae4e74667199798f278aedfc4818c774 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Sep 2022 19:49:35 +0200 Subject: [PATCH] Bump wild from 2.0.4 to 2.1.0 (#2296) Bumps [wild](https://gitlab.com/kornelski/wild) from 2.0.4 to 2.1.0. - [Release notes](https://gitlab.com/kornelski/wild/tags) - [Commits](https://gitlab.com/kornelski/wild/commits/v2.1.0) --- updated-dependencies: - dependency-name: wild dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 48e3b7a1..fd8d887e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1283,9 +1283,9 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" [[package]] name = "wild" -version = "2.0.4" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "035793abb854745033f01a07647a79831eba29ec0be377205f2a25b0aa830020" +checksum = "05b116685a6be0c52f5a103334cbff26db643826c7b3735fc0a3ba9871310a74" dependencies = [ "glob", ] diff --git a/Cargo.toml b/Cargo.toml index 73cefea6..38b2f546 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ console = "0.15.1" flate2 = "1.0" once_cell = "1.13" thiserror = "1.0" -wild = { version = "2.0", optional = true } +wild = { version = "2.1", optional = true } content_inspector = "0.2.4" encoding = "0.2" shell-words = { version = "1.1.0", optional = true }