mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 01:17:09 +00:00
Merge pull request #1261 from uutils/dependabot/cargo/getopts-0.2.18
Bump getopts from 0.2.17 to 0.2.18
This commit is contained in:
commit
e528c38ac8
56 changed files with 118 additions and 115 deletions
123
Cargo.lock
generated
123
Cargo.lock
generated
|
@ -203,7 +203,7 @@ dependencies = [
|
|||
name = "chroot"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
||||
|
@ -274,7 +274,7 @@ dependencies = [
|
|||
name = "comm"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
@ -285,7 +285,7 @@ version = "0.0.1"
|
|||
dependencies = [
|
||||
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"ioctl-sys 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -481,7 +481,7 @@ dependencies = [
|
|||
name = "expand"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
@ -595,8 +595,11 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "getopts"
|
||||
version = "0.2.17"
|
||||
version = "0.2.18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "glob"
|
||||
|
@ -620,7 +623,7 @@ name = "hashsum"
|
|||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"digest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"md5 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -657,7 +660,7 @@ dependencies = [
|
|||
name = "hostname"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -689,7 +692,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
name = "install"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
|
@ -796,7 +799,7 @@ dependencies = [
|
|||
name = "ls"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"pretty-bytes 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"term_grid 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -836,7 +839,7 @@ dependencies = [
|
|||
name = "mkdir"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
@ -845,7 +848,7 @@ dependencies = [
|
|||
name = "mkfifo"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
@ -854,7 +857,7 @@ dependencies = [
|
|||
name = "mknod"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
@ -863,7 +866,7 @@ dependencies = [
|
|||
name = "mktemp"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tempfile 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
|
@ -873,7 +876,7 @@ dependencies = [
|
|||
name = "more"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"nix 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -884,7 +887,7 @@ dependencies = [
|
|||
name = "mv"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
||||
|
@ -892,7 +895,7 @@ dependencies = [
|
|||
name = "nice"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
@ -924,7 +927,7 @@ name = "nl"
|
|||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"aho-corasick 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -941,7 +944,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
name = "nohup"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
@ -950,7 +953,7 @@ dependencies = [
|
|||
name = "nproc"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
|
@ -981,7 +984,7 @@ dependencies = [
|
|||
name = "numfmt"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
||||
|
@ -990,7 +993,7 @@ name = "od"
|
|||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"half 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
|
@ -1032,7 +1035,7 @@ dependencies = [
|
|||
name = "paste"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
||||
|
@ -1040,7 +1043,7 @@ dependencies = [
|
|||
name = "pathchk"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
@ -1077,14 +1080,14 @@ version = "0.2.2"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"atty 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "printenv"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
||||
|
@ -1109,7 +1112,7 @@ name = "ptx"
|
|||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"aho-corasick 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -1123,14 +1126,14 @@ version = "0.1.2"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pwd"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
||||
|
@ -1181,7 +1184,7 @@ dependencies = [
|
|||
name = "readlink"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
@ -1190,7 +1193,7 @@ dependencies = [
|
|||
name = "realpath"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
||||
|
@ -1231,7 +1234,7 @@ dependencies = [
|
|||
name = "relpath"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
||||
|
@ -1247,7 +1250,7 @@ dependencies = [
|
|||
name = "rm"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
"walkdir 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -1257,7 +1260,7 @@ dependencies = [
|
|||
name = "rmdir"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
||||
|
@ -1308,7 +1311,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
name = "seq"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
||||
|
@ -1391,7 +1394,7 @@ name = "shred"
|
|||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -1402,7 +1405,7 @@ dependencies = [
|
|||
name = "shuf"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
@ -1411,7 +1414,7 @@ dependencies = [
|
|||
name = "sleep"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
||||
|
@ -1419,7 +1422,7 @@ dependencies = [
|
|||
name = "sort"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
|
@ -1429,7 +1432,7 @@ dependencies = [
|
|||
name = "split"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
||||
|
@ -1437,7 +1440,7 @@ dependencies = [
|
|||
name = "stat"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
@ -1446,7 +1449,7 @@ dependencies = [
|
|||
name = "stdbuf"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libstdbuf 0.0.1",
|
||||
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
|
@ -1461,7 +1464,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
name = "sum"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
||||
|
@ -1489,7 +1492,7 @@ dependencies = [
|
|||
name = "sync"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
|
@ -1517,7 +1520,7 @@ dependencies = [
|
|||
name = "tac"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
||||
|
@ -1525,7 +1528,7 @@ dependencies = [
|
|||
name = "tail"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -1537,7 +1540,7 @@ dependencies = [
|
|||
name = "tee"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
@ -1633,7 +1636,7 @@ dependencies = [
|
|||
name = "timeout"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
|
@ -1652,7 +1655,7 @@ name = "touch"
|
|||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
@ -1663,7 +1666,7 @@ version = "0.0.1"
|
|||
dependencies = [
|
||||
"bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
||||
|
@ -1678,7 +1681,7 @@ dependencies = [
|
|||
name = "truncate"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
||||
|
@ -1686,7 +1689,7 @@ dependencies = [
|
|||
name = "tsort"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
||||
|
@ -1694,7 +1697,7 @@ dependencies = [
|
|||
name = "tty"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
@ -1722,7 +1725,7 @@ dependencies = [
|
|||
name = "unexpand"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
@ -1764,7 +1767,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
name = "uniq"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
||||
|
@ -1781,7 +1784,7 @@ dependencies = [
|
|||
name = "unlink"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
@ -1798,7 +1801,7 @@ dependencies = [
|
|||
name = "uptime"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
@ -1817,7 +1820,7 @@ dependencies = [
|
|||
name = "users"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
||||
|
@ -1833,7 +1836,7 @@ dependencies = [
|
|||
"data-encoding 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"failure_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -1977,7 +1980,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
name = "wc"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
||||
|
@ -2090,7 +2093,7 @@ dependencies = [
|
|||
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
||||
"checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb"
|
||||
"checksum generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fceb69994e330afed50c93524be68c42fa898c2d9fd4ee8da03bd7363acd26f2"
|
||||
"checksum getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "b900c08c1939860ce8b54dc6a89e26e00c04c380fd0e09796799bd7f12861e05"
|
||||
"checksum getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "0a7292d30132fb5424b354f5dc02512a86e4c516fe544bb7a25e7f266951b797"
|
||||
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
|
||||
"checksum half 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9e66d1b6cf4ea677bbae5f3d086ac8a9f70b1ff0c1b0d920b1610965375c33e0"
|
||||
"checksum hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d6a22814455d41612f41161581c2883c0c6a1c41852729b17d5ed88f01e153aa"
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_chroot"
|
|||
path = "chroot.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
|
||||
[dependencies.uucore]
|
||||
path = "../uucore"
|
||||
|
|
|
@ -10,7 +10,7 @@ path = "comm.rs"
|
|||
|
||||
[dependencies]
|
||||
libc = "0.2.42"
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
uucore = { path="../uucore" }
|
||||
|
||||
[[bin]]
|
||||
|
|
|
@ -12,7 +12,7 @@ name = "uu_cp"
|
|||
path = "cp.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
libc = "0.2.42"
|
||||
walkdir = "2.1.4"
|
||||
clap = "2.32.0"
|
||||
|
|
|
@ -10,7 +10,7 @@ path = "expand.rs"
|
|||
|
||||
[dependencies]
|
||||
unicode-width = "0.1.5"
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
uucore = { path="../uucore" }
|
||||
|
||||
[[bin]]
|
||||
|
|
|
@ -10,7 +10,7 @@ path = "hashsum.rs"
|
|||
|
||||
[dependencies]
|
||||
digest = "0.6.2"
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
hex = "0.2.0"
|
||||
libc = "0.2.42"
|
||||
md5 = "0.3.5"
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_install"
|
|||
path = "install.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
libc = ">= 0.2"
|
||||
uucore = { path="../uucore" }
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_ls"
|
|||
path = "ls.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
pretty-bytes = "0.2.1"
|
||||
term_grid = "0.1.5"
|
||||
termsize = "0.1.4"
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_mkdir"
|
|||
path = "mkdir.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
libc = "0.2.42"
|
||||
uucore = { path="../uucore" }
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_mkfifo"
|
|||
path = "mkfifo.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
libc = "0.2.42"
|
||||
uucore = { path="../uucore" }
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_mknod"
|
|||
path = "mknod.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
libc = "^0.2.42"
|
||||
uucore = { path="../uucore" }
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ path = "mktemp.rs"
|
|||
|
||||
[dependencies]
|
||||
uucore = { path="../uucore" }
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
rand = "0.4"
|
||||
tempfile = "2.1.5"
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_more"
|
|||
path = "more.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
uucore = { path="../uucore" }
|
||||
|
||||
[target.'cfg(target_os = "redox")'.dependencies]
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_mv"
|
|||
path = "mv.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
uucore = { path="../uucore" }
|
||||
|
||||
[[bin]]
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_nice"
|
|||
path = "nice.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
libc = "0.2.42"
|
||||
uucore = { path="../uucore" }
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_nl"
|
|||
path = "nl.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
libc = "0.2.42"
|
||||
aho-corasick = "0.6.5"
|
||||
memchr = "1.0.1"
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_nohup"
|
|||
path = "nohup.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
libc = "0.2.42"
|
||||
|
||||
[dependencies.uucore]
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_nproc"
|
|||
path = "nproc.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
libc = "0.2.42"
|
||||
num_cpus = "1.5"
|
||||
uucore = { path="../uucore" }
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_numfmt"
|
|||
path = "numfmt.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
uucore = { path="../uucore" }
|
||||
|
||||
[[bin]]
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_od"
|
|||
path = "od.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
libc = "0.2.42"
|
||||
byteorder = "1.1.0"
|
||||
half = "1.1.1"
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_paste"
|
|||
path = "paste.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
uucore = { path="../uucore" }
|
||||
|
||||
[[bin]]
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_pathchk"
|
|||
path = "pathchk.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
libc = "0.2.42"
|
||||
uucore = { path="../uucore" }
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_printenv"
|
|||
path = "printenv.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
uucore = { path="../uucore" }
|
||||
|
||||
[[bin]]
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_ptx"
|
|||
path = "ptx.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
libc = "0.2.42"
|
||||
aho-corasick = "0.6.5"
|
||||
memchr = "1.0.1"
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_pwd"
|
|||
path = "pwd.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
uucore = { path="../uucore" }
|
||||
|
||||
[[bin]]
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_readlink"
|
|||
path = "readlink.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
libc = "0.2.42"
|
||||
|
||||
[dependencies.uucore]
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_realpath"
|
|||
path = "realpath.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
|
||||
[dependencies.uucore]
|
||||
path = "../uucore"
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_relpath"
|
|||
path = "relpath.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
|
||||
[dependencies.uucore]
|
||||
path = "../uucore"
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_rm"
|
|||
path = "rm.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
walkdir = "2.1.4"
|
||||
remove_dir_all = "0.5.1"
|
||||
uucore = { path="../uucore" }
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_rmdir"
|
|||
path = "rmdir.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
uucore = { path="../uucore" }
|
||||
|
||||
[[bin]]
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_seq"
|
|||
path = "seq.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
uucore = { path="../uucore" }
|
||||
|
||||
[[bin]]
|
||||
|
|
|
@ -11,7 +11,7 @@ path = "shred.rs"
|
|||
[dependencies]
|
||||
rand = "0.4"
|
||||
filetime = "0.2.1"
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
libc = "0.2.42"
|
||||
time = "0.1.40"
|
||||
uucore = { path="../uucore" }
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_shuf"
|
|||
path = "shuf.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
rand = "0.4.2"
|
||||
uucore = { path="../uucore" }
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_sleep"
|
|||
path = "sleep.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
|
||||
[dependencies.uucore]
|
||||
path = "../uucore"
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_sort"
|
|||
path = "sort.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
semver = "0.9.0"
|
||||
itertools = "0.7.8"
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_split"
|
|||
path = "split.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
uucore = { path="../uucore" }
|
||||
|
||||
[[bin]]
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_stat"
|
|||
path = "stat.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
time = "0.1.40"
|
||||
|
||||
[dependencies.uucore]
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_stdbuf"
|
|||
path = "stdbuf.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
tempdir = "0.3.7"
|
||||
uucore = { path="../uucore" }
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_sum"
|
|||
path = "sum.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
uucore = { path="../uucore" }
|
||||
|
||||
[[bin]]
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_sync"
|
|||
path = "sync.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
libc = "0.2.42"
|
||||
winapi = { version = "0.3", features = ["handleapi", "winerror"] }
|
||||
kernel32-sys = "0.2.2"
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_tac"
|
|||
path = "tac.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
uucore = { path="../uucore" }
|
||||
|
||||
[[bin]]
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_tail"
|
|||
path = "tail.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
kernel32-sys = "0.2.2"
|
||||
libc = "0.2.42"
|
||||
winapi = "0.3"
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_tee"
|
|||
path = "tee.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
libc = "0.2.42"
|
||||
uucore = { path="../uucore" }
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_timeout"
|
|||
path = "timeout.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
libc = "0.2.42"
|
||||
time = "0.1.40"
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ path = "touch.rs"
|
|||
|
||||
[dependencies]
|
||||
filetime = "0.2.1"
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
time = "0.1.40"
|
||||
|
||||
[dependencies.uucore]
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_tr"
|
|||
path = "tr.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
bit-set = "0.5.0"
|
||||
fnv = "1.0.5"
|
||||
uucore = { path = "../uucore" }
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_truncate"
|
|||
path = "truncate.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
uucore = { path="../uucore" }
|
||||
|
||||
[[bin]]
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_tsort"
|
|||
path = "tsort.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
uucore = { path="../uucore" }
|
||||
|
||||
[[bin]]
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_tty"
|
|||
path = "tty.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
libc = "0.2.42"
|
||||
|
||||
[dependencies.uucore]
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_unexpand"
|
|||
path = "unexpand.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
unicode-width = "0.1.5"
|
||||
|
||||
[dependencies.uucore]
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_uniq"
|
|||
path = "uniq.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
uucore = { path = "../uucore" }
|
||||
|
||||
[[bin]]
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_unlink"
|
|||
path = "unlink.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
libc = "0.2.42"
|
||||
uucore = { path="../uucore" }
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_uptime"
|
|||
path = "uptime.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
time = "0.1.40"
|
||||
|
||||
[dependencies.uucore]
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_users"
|
|||
path = "users.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
|
||||
[dependencies.uucore]
|
||||
features = ["utmpx"]
|
||||
|
|
|
@ -4,7 +4,7 @@ version = "0.0.1"
|
|||
authors = []
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
failure = { version = "0.1.1", optional = true }
|
||||
failure_derive = { version = "0.1.1", optional = true }
|
||||
time = { version = "0.1.40", optional = true }
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "uu_wc"
|
|||
path = "wc.rs"
|
||||
|
||||
[dependencies]
|
||||
getopts = "0.2.14"
|
||||
getopts = "0.2.18"
|
||||
uucore = { path="../uucore" }
|
||||
|
||||
[[bin]]
|
||||
|
|
Loading…
Reference in a new issue