1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 04:57:45 +00:00

update the dep to uucore 0.0.6

This commit is contained in:
Sylvestre Ledru 2021-02-01 23:55:33 +01:00
parent 87428b9c32
commit 262b508b89
98 changed files with 196 additions and 196 deletions

196
Cargo.lock generated
View file

@ -312,7 +312,7 @@ dependencies = [
"uu_who 0.0.3",
"uu_whoami 0.0.3",
"uu_yes 0.0.3",
"uucore 0.0.5",
"uucore 0.0.6",
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -1352,7 +1352,7 @@ name = "uu_arch"
version = "0.0.3"
dependencies = [
"platform-info 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1360,7 +1360,7 @@ dependencies = [
name = "uu_base32"
version = "0.0.3"
dependencies = [
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1368,7 +1368,7 @@ dependencies = [
name = "uu_base64"
version = "0.0.3"
dependencies = [
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1376,7 +1376,7 @@ dependencies = [
name = "uu_basename"
version = "0.0.3"
dependencies = [
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1386,7 +1386,7 @@ version = "0.0.3"
dependencies = [
"quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"unix_socket 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1394,7 +1394,7 @@ dependencies = [
name = "uu_chgrp"
version = "0.0.3"
dependencies = [
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
"walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -1404,7 +1404,7 @@ name = "uu_chmod"
version = "0.0.3"
dependencies = [
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
"walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -1415,7 +1415,7 @@ version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
"walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -1425,7 +1425,7 @@ name = "uu_chroot"
version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1434,7 +1434,7 @@ name = "uu_cksum"
version = "0.0.3"
dependencies = [
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1444,7 +1444,7 @@ version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1457,7 +1457,7 @@ dependencies = [
"ioctl-sys 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
"walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1472,7 +1472,7 @@ dependencies = [
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
"thiserror 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1480,7 +1480,7 @@ dependencies = [
name = "uu_cut"
version = "0.0.3"
dependencies = [
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1490,7 +1490,7 @@ version = "0.0.3"
dependencies = [
"chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1501,7 +1501,7 @@ dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"number_prefix 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -1511,7 +1511,7 @@ name = "uu_dircolors"
version = "0.0.3"
dependencies = [
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1520,7 +1520,7 @@ name = "uu_dirname"
version = "0.0.3"
dependencies = [
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1529,7 +1529,7 @@ name = "uu_du"
version = "0.0.3"
dependencies = [
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1537,7 +1537,7 @@ dependencies = [
name = "uu_echo"
version = "0.0.3"
dependencies = [
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1548,7 +1548,7 @@ dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1558,7 +1558,7 @@ version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1568,7 +1568,7 @@ version = "0.0.3"
dependencies = [
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"onig 4.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1583,7 +1583,7 @@ dependencies = [
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"smallvec 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1591,7 +1591,7 @@ dependencies = [
name = "uu_false"
version = "0.0.3"
dependencies = [
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1602,7 +1602,7 @@ dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1610,7 +1610,7 @@ dependencies = [
name = "uu_fold"
version = "0.0.3"
dependencies = [
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1619,7 +1619,7 @@ name = "uu_groups"
version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1638,7 +1638,7 @@ dependencies = [
"sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sha2 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sha3 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1647,7 +1647,7 @@ name = "uu_head"
version = "0.0.3"
dependencies = [
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1656,7 +1656,7 @@ name = "uu_hostid"
version = "0.0.3"
dependencies = [
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1667,7 +1667,7 @@ dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"hostname 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -1677,7 +1677,7 @@ name = "uu_id"
version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1688,7 +1688,7 @@ dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1697,7 +1697,7 @@ name = "uu_join"
version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1706,7 +1706,7 @@ name = "uu_kill"
version = "0.0.3"
dependencies = [
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1715,7 +1715,7 @@ name = "uu_link"
version = "0.0.3"
dependencies = [
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1725,7 +1725,7 @@ version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1734,7 +1734,7 @@ name = "uu_logname"
version = "0.0.3"
dependencies = [
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1750,7 +1750,7 @@ dependencies = [
"termsize 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1760,7 +1760,7 @@ version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1770,7 +1770,7 @@ version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1780,7 +1780,7 @@ version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1791,7 +1791,7 @@ dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1803,7 +1803,7 @@ dependencies = [
"nix 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_termios 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1813,7 +1813,7 @@ version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"fs_extra 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1823,7 +1823,7 @@ version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1837,7 +1837,7 @@ dependencies = [
"memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1847,7 +1847,7 @@ version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1858,7 +1858,7 @@ dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1867,7 +1867,7 @@ name = "uu_numfmt"
version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1879,7 +1879,7 @@ dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"half 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1888,7 +1888,7 @@ name = "uu_paste"
version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1898,7 +1898,7 @@ version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1906,7 +1906,7 @@ dependencies = [
name = "uu_pinky"
version = "0.0.3"
dependencies = [
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1915,7 +1915,7 @@ name = "uu_printenv"
version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1924,7 +1924,7 @@ name = "uu_printf"
version = "0.0.3"
dependencies = [
"itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1938,7 +1938,7 @@ dependencies = [
"memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1947,7 +1947,7 @@ name = "uu_pwd"
version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1957,7 +1957,7 @@ version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1966,7 +1966,7 @@ name = "uu_realpath"
version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1975,7 +1975,7 @@ name = "uu_relpath"
version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -1985,7 +1985,7 @@ version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
"walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -1995,7 +1995,7 @@ name = "uu_rmdir"
version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2004,7 +2004,7 @@ name = "uu_seq"
version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2017,7 +2017,7 @@ dependencies = [
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2027,7 +2027,7 @@ version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2036,7 +2036,7 @@ name = "uu_sleep"
version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2047,7 +2047,7 @@ dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"itertools 0.8.2 (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.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2056,7 +2056,7 @@ name = "uu_split"
version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2066,7 +2066,7 @@ version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2077,7 +2077,7 @@ dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"uu_stdbuf_libstdbuf 0.0.3",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2088,7 +2088,7 @@ dependencies = [
"cpp 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cpp_build 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2097,7 +2097,7 @@ name = "uu_sum"
version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2107,7 +2107,7 @@ version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -2117,7 +2117,7 @@ name = "uu_tac"
version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2128,7 +2128,7 @@ dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -2139,7 +2139,7 @@ version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2149,7 +2149,7 @@ version = "0.0.3"
dependencies = [
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2160,7 +2160,7 @@ dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2171,7 +2171,7 @@ dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"filetime 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2182,7 +2182,7 @@ dependencies = [
"bit-set 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2190,7 +2190,7 @@ dependencies = [
name = "uu_true"
version = "0.0.3"
dependencies = [
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2199,7 +2199,7 @@ name = "uu_truncate"
version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2208,7 +2208,7 @@ name = "uu_tsort"
version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2218,7 +2218,7 @@ version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2228,7 +2228,7 @@ version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"platform-info 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2238,7 +2238,7 @@ version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2247,7 +2247,7 @@ name = "uu_uniq"
version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2257,7 +2257,7 @@ version = "0.0.3"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2268,7 +2268,7 @@ dependencies = [
"chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2277,7 +2277,7 @@ name = "uu_users"
version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2286,7 +2286,7 @@ name = "uu_wc"
version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2294,7 +2294,7 @@ dependencies = [
name = "uu_who"
version = "0.0.3"
dependencies = [
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
@ -2304,7 +2304,7 @@ version = "0.0.3"
dependencies = [
"advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -2314,13 +2314,13 @@ name = "uu_yes"
version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore 0.0.6",
"uucore_procs 0.0.5",
]
[[package]]
name = "uucore"
version = "0.0.5"
version = "0.0.6"
dependencies = [
"data-encoding 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"dunce 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",