mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
Merge pull request #5317 from uutils/renovate/wild-2.x
fix(deps): update rust crate wild to 2.2
This commit is contained in:
commit
a3bf556259
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3385,9 +3385,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wild"
|
name = "wild"
|
||||||
version = "2.1.0"
|
version = "2.2.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "05b116685a6be0c52f5a103334cbff26db643826c7b3735fc0a3ba9871310a74"
|
checksum = "10d01931a94d5a115a53f95292f51d316856b68a035618eb831bbba593a30b67"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"glob",
|
"glob",
|
||||||
]
|
]
|
||||||
|
|
|
@ -22,7 +22,7 @@ clap = { workspace = true }
|
||||||
uucore_procs = { workspace = true }
|
uucore_procs = { workspace = true }
|
||||||
dns-lookup = { version = "2.0.3", optional = true }
|
dns-lookup = { version = "2.0.3", optional = true }
|
||||||
dunce = { version = "1.0.4", optional = true }
|
dunce = { version = "1.0.4", optional = true }
|
||||||
wild = "2.1"
|
wild = "2.2"
|
||||||
glob = { workspace = true }
|
glob = { workspace = true }
|
||||||
# * optional
|
# * optional
|
||||||
itertools = { workspace = true, optional = true }
|
itertools = { workspace = true, optional = true }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue