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