1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +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 } uucore_procs = { workspace=true }
dns-lookup = { version="1.0.8", optional=true } dns-lookup = { version="1.0.8", optional=true }
dunce = "1.0.3" dunce = "1.0.3"
wild = "2.0" wild = "2.1"
glob = "0.3.1" glob = "0.3.1"
# * optional # * optional
itertools = { version="0.10.5", optional=true } itertools = { version="0.10.5", optional=true }