mirror of
https://github.com/uutils/coreutils
synced 2024-11-05 14:21:32 +00:00
ls: also update Cargo.lock
This commit is contained in:
parent
3874a24457
commit
72bf7afe5b
1 changed files with 7 additions and 0 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -897,6 +897,12 @@ version = "0.1.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
|
||||
|
||||
[[package]]
|
||||
name = "once_cell"
|
||||
version = "1.7.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
|
||||
|
||||
[[package]]
|
||||
name = "onig"
|
||||
version = "4.3.3"
|
||||
|
@ -1991,6 +1997,7 @@ dependencies = [
|
|||
"globset",
|
||||
"lazy_static",
|
||||
"number_prefix",
|
||||
"once_cell",
|
||||
"term_grid",
|
||||
"termsize",
|
||||
"time",
|
||||
|
|
Loading…
Reference in a new issue