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

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

fix(deps): update rust crate wild to 2.2.1
This commit is contained in:
Daniel Hofstetter 2024-05-03 08:28:04 +02:00 committed by GitHub
commit eb1616be9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ uucore_procs = { workspace = true }
number_prefix = { workspace = true }
dns-lookup = { version = "2.0.4", optional = true }
dunce = { version = "1.0.4", optional = true }
wild = "2.2"
wild = "2.2.1"
glob = { workspace = true }
# * optional
itertools = { workspace = true, optional = true }