summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-01 03:11:04 +0000
committerGitHub <noreply@github.com>2024-04-01 03:11:04 +0000
commit8d92dc2083d3a4ef50f09dca43fc91cd5e64942f (patch)
tree7e2f62ff6ce892cbe4a7a98c1e1f16400e7e4a09 /Cargo.lock
parenta1f85b9e06df297c00fdf7aeea83d879280c1fdc (diff)
Bump wild from 2.2.0 to 2.2.1 (#2922)
Bumps [wild](https://gitlab.com/kornelski/wild) from 2.2.0 to 2.2.1. - [Commits](https://gitlab.com/kornelski/wild/compare/v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: wild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b70ac6f3..780cbc22 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1519,9 +1519,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wild"
-version = "2.2.0"
+version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "10d01931a94d5a115a53f95292f51d316856b68a035618eb831bbba593a30b67"
+checksum = "a3131afc8c575281e1e80f36ed6a092aa502c08b18ed7524e86fbbb12bb410e1"
dependencies = [
"glob",
]