diff --git a/Cargo.lock b/Cargo.lock index 2fe67f677..d75c316c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", @@ -470,7 +470,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", ] @@ -584,8 +584,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" @@ -609,7 +612,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)", @@ -646,7 +649,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)", @@ -678,7 +681,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", @@ -785,7 +788,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)", @@ -825,7 +828,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", ] @@ -834,7 +837,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", ] @@ -843,7 +846,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", ] @@ -852,7 +855,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", @@ -862,7 +865,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)", @@ -873,7 +876,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", ] @@ -881,7 +884,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", ] @@ -913,7 +916,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)", @@ -930,7 +933,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", ] @@ -939,7 +942,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", @@ -970,7 +973,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", ] @@ -979,7 +982,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", @@ -1021,7 +1024,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", ] @@ -1029,7 +1032,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", ] @@ -1066,14 +1069,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", ] @@ -1098,7 +1101,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)", @@ -1112,14 +1115,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", ] @@ -1170,7 +1173,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", ] @@ -1179,7 +1182,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", ] @@ -1220,7 +1223,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", ] @@ -1236,7 +1239,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)", @@ -1246,7 +1249,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", ] @@ -1297,7 +1300,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", ] @@ -1380,7 +1383,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)", @@ -1391,7 +1394,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", ] @@ -1400,7 +1403,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", ] @@ -1408,7 +1411,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", @@ -1418,7 +1421,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", ] @@ -1426,7 +1429,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", ] @@ -1435,7 +1438,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", @@ -1450,7 +1453,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", ] @@ -1478,7 +1481,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", @@ -1506,7 +1509,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", ] @@ -1514,7 +1517,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)", @@ -1526,7 +1529,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", ] @@ -1622,7 +1625,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", @@ -1641,7 +1644,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", ] @@ -1652,7 +1655,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", ] @@ -1667,7 +1670,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", ] @@ -1675,7 +1678,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", ] @@ -1683,7 +1686,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", ] @@ -1711,7 +1714,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", ] @@ -1753,7 +1756,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", ] @@ -1770,7 +1773,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", ] @@ -1787,7 +1790,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", ] @@ -1806,7 +1809,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", ] @@ -1822,7 +1825,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)", @@ -1966,7 +1969,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", ] @@ -2078,7 +2081,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" diff --git a/src/chroot/Cargo.toml b/src/chroot/Cargo.toml index d5bcba708..cff9a7c5f 100644 --- a/src/chroot/Cargo.toml +++ b/src/chroot/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_chroot" path = "chroot.rs" [dependencies] -getopts = "0.2.14" +getopts = "0.2.18" [dependencies.uucore] path = "../uucore" diff --git a/src/comm/Cargo.toml b/src/comm/Cargo.toml index 5ab6c8963..0e85dbcd0 100644 --- a/src/comm/Cargo.toml +++ b/src/comm/Cargo.toml @@ -10,7 +10,7 @@ path = "comm.rs" [dependencies] libc = "0.2.42" -getopts = "0.2.14" +getopts = "0.2.18" uucore = { path="../uucore" } [[bin]] diff --git a/src/cp/Cargo.toml b/src/cp/Cargo.toml index dfcd62b47..0dbc72fe5 100644 --- a/src/cp/Cargo.toml +++ b/src/cp/Cargo.toml @@ -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" diff --git a/src/expand/Cargo.toml b/src/expand/Cargo.toml index f1ff3da9a..c0a17b1c0 100644 --- a/src/expand/Cargo.toml +++ b/src/expand/Cargo.toml @@ -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]] diff --git a/src/hashsum/Cargo.toml b/src/hashsum/Cargo.toml index 279d85927..e25645d48 100644 --- a/src/hashsum/Cargo.toml +++ b/src/hashsum/Cargo.toml @@ -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" diff --git a/src/install/Cargo.toml b/src/install/Cargo.toml index b3ca05dc1..eb250ec1f 100644 --- a/src/install/Cargo.toml +++ b/src/install/Cargo.toml @@ -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" } diff --git a/src/ls/Cargo.toml b/src/ls/Cargo.toml index 91f8af4b6..d861b7b7d 100644 --- a/src/ls/Cargo.toml +++ b/src/ls/Cargo.toml @@ -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" diff --git a/src/mkdir/Cargo.toml b/src/mkdir/Cargo.toml index 69bc33f62..b41b96400 100644 --- a/src/mkdir/Cargo.toml +++ b/src/mkdir/Cargo.toml @@ -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" } diff --git a/src/mkfifo/Cargo.toml b/src/mkfifo/Cargo.toml index 1989658cc..084887b00 100644 --- a/src/mkfifo/Cargo.toml +++ b/src/mkfifo/Cargo.toml @@ -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" } diff --git a/src/mknod/Cargo.toml b/src/mknod/Cargo.toml index 0d1366579..154b62547 100644 --- a/src/mknod/Cargo.toml +++ b/src/mknod/Cargo.toml @@ -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" } diff --git a/src/mktemp/Cargo.toml b/src/mktemp/Cargo.toml index f1ea12dd5..e456cce60 100644 --- a/src/mktemp/Cargo.toml +++ b/src/mktemp/Cargo.toml @@ -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" diff --git a/src/more/Cargo.toml b/src/more/Cargo.toml index ab1aab184..dbc9c3da0 100644 --- a/src/more/Cargo.toml +++ b/src/more/Cargo.toml @@ -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] diff --git a/src/mv/Cargo.toml b/src/mv/Cargo.toml index 22f227fc3..f7a0391a7 100644 --- a/src/mv/Cargo.toml +++ b/src/mv/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_mv" path = "mv.rs" [dependencies] -getopts = "0.2.14" +getopts = "0.2.18" uucore = { path="../uucore" } [[bin]] diff --git a/src/nice/Cargo.toml b/src/nice/Cargo.toml index 76f6863af..8b7882cbb 100644 --- a/src/nice/Cargo.toml +++ b/src/nice/Cargo.toml @@ -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" } diff --git a/src/nl/Cargo.toml b/src/nl/Cargo.toml index 75a15c9ee..77a4cfe2a 100644 --- a/src/nl/Cargo.toml +++ b/src/nl/Cargo.toml @@ -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" diff --git a/src/nohup/Cargo.toml b/src/nohup/Cargo.toml index f5b7b6a87..8672725d1 100644 --- a/src/nohup/Cargo.toml +++ b/src/nohup/Cargo.toml @@ -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] diff --git a/src/nproc/Cargo.toml b/src/nproc/Cargo.toml index 6a2c5d78b..46e1f9f8f 100644 --- a/src/nproc/Cargo.toml +++ b/src/nproc/Cargo.toml @@ -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" } diff --git a/src/numfmt/Cargo.toml b/src/numfmt/Cargo.toml index 54e38f1ac..8591cc5e3 100644 --- a/src/numfmt/Cargo.toml +++ b/src/numfmt/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_numfmt" path = "numfmt.rs" [dependencies] -getopts = "0.2.14" +getopts = "0.2.18" uucore = { path="../uucore" } [[bin]] diff --git a/src/od/Cargo.toml b/src/od/Cargo.toml index 152b7f3d6..2e9080e3a 100644 --- a/src/od/Cargo.toml +++ b/src/od/Cargo.toml @@ -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" diff --git a/src/paste/Cargo.toml b/src/paste/Cargo.toml index 11b640016..df764a259 100644 --- a/src/paste/Cargo.toml +++ b/src/paste/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_paste" path = "paste.rs" [dependencies] -getopts = "0.2.14" +getopts = "0.2.18" uucore = { path="../uucore" } [[bin]] diff --git a/src/pathchk/Cargo.toml b/src/pathchk/Cargo.toml index 9ba37bc4a..83fac5708 100644 --- a/src/pathchk/Cargo.toml +++ b/src/pathchk/Cargo.toml @@ -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" } diff --git a/src/printenv/Cargo.toml b/src/printenv/Cargo.toml index aa52890ec..5d48fd368 100644 --- a/src/printenv/Cargo.toml +++ b/src/printenv/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_printenv" path = "printenv.rs" [dependencies] -getopts = "0.2.14" +getopts = "0.2.18" uucore = { path="../uucore" } [[bin]] diff --git a/src/ptx/Cargo.toml b/src/ptx/Cargo.toml index 2c2a4e95b..0ce945d93 100644 --- a/src/ptx/Cargo.toml +++ b/src/ptx/Cargo.toml @@ -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" diff --git a/src/pwd/Cargo.toml b/src/pwd/Cargo.toml index 55115b12c..3304b452f 100644 --- a/src/pwd/Cargo.toml +++ b/src/pwd/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_pwd" path = "pwd.rs" [dependencies] -getopts = "0.2.14" +getopts = "0.2.18" uucore = { path="../uucore" } [[bin]] diff --git a/src/readlink/Cargo.toml b/src/readlink/Cargo.toml index ef1b27038..36a1e87f4 100644 --- a/src/readlink/Cargo.toml +++ b/src/readlink/Cargo.toml @@ -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] diff --git a/src/realpath/Cargo.toml b/src/realpath/Cargo.toml index 1d7b30130..3655467ad 100644 --- a/src/realpath/Cargo.toml +++ b/src/realpath/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_realpath" path = "realpath.rs" [dependencies] -getopts = "0.2.14" +getopts = "0.2.18" [dependencies.uucore] path = "../uucore" diff --git a/src/relpath/Cargo.toml b/src/relpath/Cargo.toml index 69936f396..2327a009b 100644 --- a/src/relpath/Cargo.toml +++ b/src/relpath/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_relpath" path = "relpath.rs" [dependencies] -getopts = "0.2.14" +getopts = "0.2.18" [dependencies.uucore] path = "../uucore" diff --git a/src/rm/Cargo.toml b/src/rm/Cargo.toml index ab40b20c3..883d7ac00 100644 --- a/src/rm/Cargo.toml +++ b/src/rm/Cargo.toml @@ -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" } diff --git a/src/rmdir/Cargo.toml b/src/rmdir/Cargo.toml index 783c70376..cf7a772db 100644 --- a/src/rmdir/Cargo.toml +++ b/src/rmdir/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_rmdir" path = "rmdir.rs" [dependencies] -getopts = "0.2.14" +getopts = "0.2.18" uucore = { path="../uucore" } [[bin]] diff --git a/src/seq/Cargo.toml b/src/seq/Cargo.toml index 436a543d9..317ad56f0 100644 --- a/src/seq/Cargo.toml +++ b/src/seq/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_seq" path = "seq.rs" [dependencies] -getopts = "0.2.14" +getopts = "0.2.18" uucore = { path="../uucore" } [[bin]] diff --git a/src/shred/Cargo.toml b/src/shred/Cargo.toml index 2332a936a..15f09de2f 100644 --- a/src/shred/Cargo.toml +++ b/src/shred/Cargo.toml @@ -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" } diff --git a/src/shuf/Cargo.toml b/src/shuf/Cargo.toml index d3b6d5fa8..8efeef66e 100644 --- a/src/shuf/Cargo.toml +++ b/src/shuf/Cargo.toml @@ -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" } diff --git a/src/sleep/Cargo.toml b/src/sleep/Cargo.toml index e4a7b014c..e1c1dff21 100644 --- a/src/sleep/Cargo.toml +++ b/src/sleep/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_sleep" path = "sleep.rs" [dependencies] -getopts = "0.2.14" +getopts = "0.2.18" [dependencies.uucore] path = "../uucore" diff --git a/src/sort/Cargo.toml b/src/sort/Cargo.toml index f53e2c888..335ef6262 100644 --- a/src/sort/Cargo.toml +++ b/src/sort/Cargo.toml @@ -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" diff --git a/src/split/Cargo.toml b/src/split/Cargo.toml index 6d4bcee25..354eef41b 100644 --- a/src/split/Cargo.toml +++ b/src/split/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_split" path = "split.rs" [dependencies] -getopts = "0.2.14" +getopts = "0.2.18" uucore = { path="../uucore" } [[bin]] diff --git a/src/stat/Cargo.toml b/src/stat/Cargo.toml index f413cc12b..ea27cb600 100644 --- a/src/stat/Cargo.toml +++ b/src/stat/Cargo.toml @@ -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] diff --git a/src/stdbuf/Cargo.toml b/src/stdbuf/Cargo.toml index 535d5a966..773ad11a5 100644 --- a/src/stdbuf/Cargo.toml +++ b/src/stdbuf/Cargo.toml @@ -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" } diff --git a/src/sum/Cargo.toml b/src/sum/Cargo.toml index 332f8607a..8382230cf 100644 --- a/src/sum/Cargo.toml +++ b/src/sum/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_sum" path = "sum.rs" [dependencies] -getopts = "0.2.14" +getopts = "0.2.18" uucore = { path="../uucore" } [[bin]] diff --git a/src/sync/Cargo.toml b/src/sync/Cargo.toml index 63d7f9fef..aceafe5ed 100644 --- a/src/sync/Cargo.toml +++ b/src/sync/Cargo.toml @@ -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" diff --git a/src/tac/Cargo.toml b/src/tac/Cargo.toml index 8201d8d54..4fb77ef81 100644 --- a/src/tac/Cargo.toml +++ b/src/tac/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_tac" path = "tac.rs" [dependencies] -getopts = "0.2.14" +getopts = "0.2.18" uucore = { path="../uucore" } [[bin]] diff --git a/src/tail/Cargo.toml b/src/tail/Cargo.toml index 2f279690a..99a703b8f 100644 --- a/src/tail/Cargo.toml +++ b/src/tail/Cargo.toml @@ -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" diff --git a/src/tee/Cargo.toml b/src/tee/Cargo.toml index bec4330a2..711d567ba 100644 --- a/src/tee/Cargo.toml +++ b/src/tee/Cargo.toml @@ -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" } diff --git a/src/timeout/Cargo.toml b/src/timeout/Cargo.toml index 0d0f77a9d..0b5713bc6 100644 --- a/src/timeout/Cargo.toml +++ b/src/timeout/Cargo.toml @@ -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" diff --git a/src/touch/Cargo.toml b/src/touch/Cargo.toml index 2b1fdff09..d485c813f 100644 --- a/src/touch/Cargo.toml +++ b/src/touch/Cargo.toml @@ -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] diff --git a/src/tr/Cargo.toml b/src/tr/Cargo.toml index 28857fa7b..350087eb4 100644 --- a/src/tr/Cargo.toml +++ b/src/tr/Cargo.toml @@ -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" } diff --git a/src/truncate/Cargo.toml b/src/truncate/Cargo.toml index 2d28afd75..070852cf2 100644 --- a/src/truncate/Cargo.toml +++ b/src/truncate/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_truncate" path = "truncate.rs" [dependencies] -getopts = "0.2.14" +getopts = "0.2.18" uucore = { path="../uucore" } [[bin]] diff --git a/src/tsort/Cargo.toml b/src/tsort/Cargo.toml index a7caf63ce..4200b8291 100644 --- a/src/tsort/Cargo.toml +++ b/src/tsort/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_tsort" path = "tsort.rs" [dependencies] -getopts = "0.2.14" +getopts = "0.2.18" uucore = { path="../uucore" } [[bin]] diff --git a/src/tty/Cargo.toml b/src/tty/Cargo.toml index 92b875a4f..24d94f786 100644 --- a/src/tty/Cargo.toml +++ b/src/tty/Cargo.toml @@ -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] diff --git a/src/unexpand/Cargo.toml b/src/unexpand/Cargo.toml index 49cbdda91..b917a95de 100644 --- a/src/unexpand/Cargo.toml +++ b/src/unexpand/Cargo.toml @@ -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] diff --git a/src/uniq/Cargo.toml b/src/uniq/Cargo.toml index 27ba4b672..f5ee59e5c 100644 --- a/src/uniq/Cargo.toml +++ b/src/uniq/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_uniq" path = "uniq.rs" [dependencies] -getopts = "0.2.14" +getopts = "0.2.18" uucore = { path = "../uucore" } [[bin]] diff --git a/src/unlink/Cargo.toml b/src/unlink/Cargo.toml index 38c3979f7..5121264fe 100644 --- a/src/unlink/Cargo.toml +++ b/src/unlink/Cargo.toml @@ -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" } diff --git a/src/uptime/Cargo.toml b/src/uptime/Cargo.toml index 2a55bcb33..5a39371a8 100644 --- a/src/uptime/Cargo.toml +++ b/src/uptime/Cargo.toml @@ -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] diff --git a/src/users/Cargo.toml b/src/users/Cargo.toml index 9513035c8..3cfd8aecc 100644 --- a/src/users/Cargo.toml +++ b/src/users/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_users" path = "users.rs" [dependencies] -getopts = "0.2.14" +getopts = "0.2.18" [dependencies.uucore] features = ["utmpx"] diff --git a/src/uucore/Cargo.toml b/src/uucore/Cargo.toml index 126dc32f4..3a5a09a66 100644 --- a/src/uucore/Cargo.toml +++ b/src/uucore/Cargo.toml @@ -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 } diff --git a/src/wc/Cargo.toml b/src/wc/Cargo.toml index 3b9994085..88a37778a 100644 --- a/src/wc/Cargo.toml +++ b/src/wc/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_wc" path = "wc.rs" [dependencies] -getopts = "0.2.14" +getopts = "0.2.18" uucore = { path="../uucore" } [[bin]]