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

Merge pull request #4690 from uutils/renovate/wild-2.x

fix(deps): update rust crate wild to 2.1
This commit is contained in:
Daniel Hofstetter 2023-03-30 13:29:10 +02:00 committed by GitHub
commit b90f91482d
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 }