summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-02 19:49:35 +0200
committerGitHub <noreply@github.com>2022-09-02 19:49:35 +0200
commit3480b61eae4e74667199798f278aedfc4818c774 (patch)
treec11295afe5ef1f95ae7c649a5954fc8ac753d6f8
parent0167ba55dd2d8d649b7e25209c8ca8212820188d (diff)
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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
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 }