1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

fix(deps): update rust crate wild to 2.1

This commit is contained in:
renovate[bot] 2023-03-30 06:11:01 +00:00 committed by GitHub
parent 01fa6112b7
commit 2945d6b6b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }