mirror of
https://github.com/uutils/coreutils
synced 2024-11-14 00:47:11 +00:00
fix(deps): update rust crate dunce to 1.0.4
This commit is contained in:
parent
e734be6775
commit
54178d491c
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -812,9 +812,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "dunce"
|
||||
version = "1.0.3"
|
||||
version = "1.0.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0bd4b30a6560bbd9b4620f4de34c3f14f60848e58a9b7216801afcb4c7b31c3c"
|
||||
checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
|
||||
|
||||
[[package]]
|
||||
name = "either"
|
||||
|
|
|
@ -21,7 +21,7 @@ path="src/lib/lib.rs"
|
|||
clap = { workspace=true }
|
||||
uucore_procs = { workspace=true }
|
||||
dns-lookup = { version="1.0.8", optional=true }
|
||||
dunce = "1.0.3"
|
||||
dunce = "1.0.4"
|
||||
wild = "2.1"
|
||||
glob = "0.3.1"
|
||||
# * optional
|
||||
|
|
Loading…
Reference in a new issue