From c66dd5948925df45bf96b61ae70a62b31ed73d26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 11 Jun 2018 17:13:54 +0000 Subject: [PATCH] Bump libc from 0.2.39 to 0.2.42 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.39 to 0.2.42. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.39...0.2.42) Signed-off-by: dependabot[bot] --- Cargo.lock | 128 ++++++++++++++++++++-------------------- Cargo.toml | 2 +- src/chmod/Cargo.toml | 2 +- src/cksum/Cargo.toml | 2 +- src/comm/Cargo.toml | 2 +- src/cp/Cargo.toml | 2 +- src/dirname/Cargo.toml | 2 +- src/env/Cargo.toml | 2 +- src/expr/Cargo.toml | 2 +- src/fmt/Cargo.toml | 2 +- src/hashsum/Cargo.toml | 2 +- src/head/Cargo.toml | 2 +- src/hostid/Cargo.toml | 2 +- src/hostname/Cargo.toml | 2 +- src/kill/Cargo.toml | 2 +- src/link/Cargo.toml | 2 +- src/ln/Cargo.toml | 2 +- src/logname/Cargo.toml | 2 +- src/mkdir/Cargo.toml | 2 +- src/mkfifo/Cargo.toml | 2 +- src/mknod/Cargo.toml | 2 +- src/nice/Cargo.toml | 2 +- src/nl/Cargo.toml | 2 +- src/nohup/Cargo.toml | 2 +- src/nproc/Cargo.toml | 2 +- src/od/Cargo.toml | 2 +- src/pathchk/Cargo.toml | 2 +- src/ptx/Cargo.toml | 2 +- src/readlink/Cargo.toml | 2 +- src/shred/Cargo.toml | 2 +- src/sync/Cargo.toml | 2 +- src/tail/Cargo.toml | 2 +- src/tee/Cargo.toml | 2 +- src/test/Cargo.toml | 2 +- src/timeout/Cargo.toml | 2 +- src/tty/Cargo.toml | 2 +- src/unlink/Cargo.toml | 2 +- src/uucore/Cargo.toml | 2 +- 38 files changed, 101 insertions(+), 101 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e8be1456..2ddbd8f3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -36,7 +36,7 @@ name = "atty" version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.39 (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)", "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -48,7 +48,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "backtrace-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-demangle 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -59,7 +59,7 @@ version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cc 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -174,7 +174,7 @@ dependencies = [ name = "chmod" version = "0.0.1" dependencies = [ - "libc 0.2.39 (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", "walker 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -210,7 +210,7 @@ dependencies = [ name = "cksum" version = "0.0.1" dependencies = [ - "libc 0.2.39 (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", ] @@ -274,7 +274,7 @@ name = "comm" version = "0.0.1" dependencies = [ "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (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", ] @@ -287,7 +287,7 @@ dependencies = [ "getopts 0.2.17 (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.39 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", "quick-error 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "uucore 0.0.1", "walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", @@ -409,7 +409,7 @@ dependencies = [ name = "dirname" version = "0.0.1" dependencies = [ - "libc 0.2.39 (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", ] @@ -432,7 +432,7 @@ version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "lazycell 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", "os_pipe 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "shared_child 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -453,7 +453,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" name = "env" version = "0.0.1" dependencies = [ - "libc 0.2.39 (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", ] @@ -478,7 +478,7 @@ dependencies = [ name = "expr" version = "0.0.1" dependencies = [ - "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", "onig 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "uucore 0.0.1", ] @@ -528,7 +528,7 @@ version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (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)", ] @@ -536,7 +536,7 @@ dependencies = [ name = "fmt" version = "0.0.1" dependencies = [ - "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "uucore 0.0.1", ] @@ -610,7 +610,7 @@ 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)", "hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (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)", "regex 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "regex-syntax 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -624,7 +624,7 @@ dependencies = [ name = "head" version = "0.0.1" dependencies = [ - "libc 0.2.39 (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", ] @@ -637,7 +637,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" name = "hostid" version = "0.0.1" dependencies = [ - "libc 0.2.39 (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", ] @@ -646,7 +646,7 @@ name = "hostname" version = "0.0.1" dependencies = [ "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (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 +678,7 @@ name = "install" version = "0.0.1" dependencies = [ "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (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.39 (registry+https://github.com/rust-lang/crates.io-index)", "uucore 0.0.1", ] @@ -730,7 +730,7 @@ dependencies = [ name = "kill" version = "0.0.1" dependencies = [ - "libc 0.2.39 (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", ] @@ -751,7 +751,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "libc" -version = "0.2.39" +version = "0.2.42" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -760,7 +760,7 @@ version = "0.0.1" dependencies = [ "cpp 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "cpp_build 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (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", ] @@ -768,7 +768,7 @@ dependencies = [ name = "link" version = "0.0.1" dependencies = [ - "libc 0.2.39 (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", ] @@ -776,7 +776,7 @@ dependencies = [ name = "ln" version = "0.0.1" dependencies = [ - "libc 0.2.39 (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", ] @@ -784,7 +784,7 @@ dependencies = [ name = "logname" version = "0.0.1" dependencies = [ - "libc 0.2.39 (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", ] @@ -817,7 +817,7 @@ name = "memchr" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -825,7 +825,7 @@ name = "memchr" version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -833,7 +833,7 @@ name = "mkdir" version = "0.0.1" dependencies = [ "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (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", ] @@ -842,7 +842,7 @@ name = "mkfifo" version = "0.0.1" dependencies = [ "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (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", ] @@ -851,7 +851,7 @@ name = "mknod" version = "0.0.1" dependencies = [ "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (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", ] @@ -889,7 +889,7 @@ name = "nice" version = "0.0.1" dependencies = [ "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (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", ] @@ -900,7 +900,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -911,7 +911,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -921,7 +921,7 @@ version = "0.0.1" dependencies = [ "aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (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 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "regex-syntax 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -938,7 +938,7 @@ name = "nohup" version = "0.0.1" dependencies = [ "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (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", ] @@ -947,7 +947,7 @@ name = "nproc" version = "0.0.1" dependencies = [ "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (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", ] @@ -989,7 +989,7 @@ name = "num_cpus" version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1007,7 +1007,7 @@ 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)", "half 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (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", ] @@ -1018,7 +1018,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", "onig_sys 67.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1029,7 +1029,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cmake 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "duct 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1056,7 +1056,7 @@ name = "pathchk" version = "0.0.1" dependencies = [ "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (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", ] @@ -1082,7 +1082,7 @@ name = "platform-info" version = "0.1.0" source = "git+https://github.com/uutils/platform-info#d8f497798725694c821cfe3a65cbd2c21d16762a" dependencies = [ - "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1125,7 +1125,7 @@ version = "0.0.1" dependencies = [ "aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (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 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "regex-syntax 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1178,7 +1178,7 @@ version = "0.3.22" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (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)", ] @@ -1188,7 +1188,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1197,7 +1197,7 @@ name = "readlink" version = "0.0.1" dependencies = [ "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (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", ] @@ -1311,7 +1311,7 @@ name = "rust-users" version = "0.6.0" source = "git+https://github.com/uutils/rust-users#e64253f2b995e7f1a458c68a7eca66e0171d183a" dependencies = [ - "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1436,7 +1436,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1446,7 +1446,7 @@ version = "0.0.1" dependencies = [ "filetime 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", "uucore 0.0.1", @@ -1545,7 +1545,7 @@ version = "0.0.1" dependencies = [ "getopts 0.2.17 (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.39 (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)", ] @@ -1581,7 +1581,7 @@ version = "0.0.1" dependencies = [ "getopts 0.2.17 (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.39 (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)", "uucore 0.0.1", "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1592,7 +1592,7 @@ name = "tee" version = "0.0.1" dependencies = [ "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (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", ] @@ -1611,7 +1611,7 @@ version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", "redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1630,7 +1630,7 @@ name = "termion" version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.39 (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)", "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1642,7 +1642,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "atty 0.2.8 (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.39 (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)", "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1651,7 +1651,7 @@ dependencies = [ name = "test" version = "0.0.1" dependencies = [ - "libc 0.2.39 (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)", "uucore 0.0.1", ] @@ -1678,7 +1678,7 @@ name = "time" version = "0.1.39" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.39 (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)", "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1688,7 +1688,7 @@ name = "timeout" version = "0.0.1" dependencies = [ "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (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.39 (registry+https://github.com/rust-lang/crates.io-index)", "uucore 0.0.1", ] @@ -1749,7 +1749,7 @@ name = "tty" version = "0.0.1" dependencies = [ "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (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", ] @@ -1828,7 +1828,7 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1836,7 +1836,7 @@ name = "unlink" version = "0.0.1" dependencies = [ "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (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", ] @@ -1888,7 +1888,7 @@ dependencies = [ "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)", - "libc 0.2.39 (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.39 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1933,7 +1933,7 @@ dependencies = [ "join 0.0.1", "kill 0.0.1", "lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", "link 0.0.1", "ln 0.0.1", "logname 0.0.1", @@ -2097,7 +2097,7 @@ name = "xattr" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2167,7 +2167,7 @@ dependencies = [ "checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" "checksum lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e6412c5e2ad9584b0b8e979393122026cdd6d2a80b933f890dcd694ddbe73739" "checksum lazycell 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3b585b7a6811fb03aa10e74b278a0f00f8dd9b45dc681f148bb29fa5cb61859b" -"checksum libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)" = "f54263ad99207254cf58b5f701ecb432c717445ea2ee8af387334bdd1a03fdff" +"checksum libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)" = "b685088df2b950fccadf07a7187c8ef846a959c142338a48f9dc0b94517eb5f1" "checksum matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376" "checksum md5 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "daa1004633f76cdcd5a9d83ffcfe615e30ca7a2a638fcc8b8039a2dac21289d7" "checksum memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a" diff --git a/Cargo.toml b/Cargo.toml index 9a971f6f0..9ca976d02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -251,7 +251,7 @@ yes = { optional=true, path="src/yes" } [dev-dependencies] time = "0.1.38" filetime = "0.1.10" -libc = "0.2.26" +libc = "0.2.42" regex = "0.2.2" rand = "0.3.15" tempdir = "0.3.5" diff --git a/src/chmod/Cargo.toml b/src/chmod/Cargo.toml index 85760b5a2..069c34502 100644 --- a/src/chmod/Cargo.toml +++ b/src/chmod/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_chmod" path = "chmod.rs" [dependencies] -libc = "0.2.26" +libc = "0.2.42" walker = "1.0.0" [dependencies.uucore] diff --git a/src/cksum/Cargo.toml b/src/cksum/Cargo.toml index 01ff5e9bd..d1f1ea7bf 100644 --- a/src/cksum/Cargo.toml +++ b/src/cksum/Cargo.toml @@ -8,7 +8,7 @@ name = "uu_cksum" path = "cksum.rs" [dependencies] -libc = "0.2.26" +libc = "0.2.42" uucore = { path="../uucore" } [[bin]] diff --git a/src/comm/Cargo.toml b/src/comm/Cargo.toml index 46bd0027f..5ab6c8963 100644 --- a/src/comm/Cargo.toml +++ b/src/comm/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_comm" path = "comm.rs" [dependencies] -libc = "0.2.26" +libc = "0.2.42" getopts = "0.2.14" uucore = { path="../uucore" } diff --git a/src/cp/Cargo.toml b/src/cp/Cargo.toml index 518097a7c..96a27ee7b 100644 --- a/src/cp/Cargo.toml +++ b/src/cp/Cargo.toml @@ -13,7 +13,7 @@ path = "cp.rs" [dependencies] getopts = "0.2.14" -libc = "0.2.26" +libc = "0.2.42" walkdir = "1.0.7" clap = "2.31.2" quick-error = "1.1.0" diff --git a/src/dirname/Cargo.toml b/src/dirname/Cargo.toml index fc7e30e40..0e4e74d89 100644 --- a/src/dirname/Cargo.toml +++ b/src/dirname/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_dirname" path = "dirname.rs" [dependencies] -libc = "0.2.26" +libc = "0.2.42" uucore = { path="../uucore" } [[bin]] diff --git a/src/env/Cargo.toml b/src/env/Cargo.toml index 4db64148e..0dc2de9bc 100644 --- a/src/env/Cargo.toml +++ b/src/env/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_env" path = "env.rs" [dependencies] -libc = "0.2.26" +libc = "0.2.42" uucore = { path="../uucore" } [[bin]] diff --git a/src/expr/Cargo.toml b/src/expr/Cargo.toml index 814a754d4..94e274a03 100644 --- a/src/expr/Cargo.toml +++ b/src/expr/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_expr" path = "expr.rs" [dependencies] -libc = "0.2.26" +libc = "0.2.42" onig = "3.1.1" uucore = { path="../uucore" } diff --git a/src/fmt/Cargo.toml b/src/fmt/Cargo.toml index 32e5bef1c..594c55e2f 100644 --- a/src/fmt/Cargo.toml +++ b/src/fmt/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_fmt" path = "fmt.rs" [dependencies] -libc = "0.2.26" +libc = "0.2.42" unicode-width = "0.1.4" uucore = { path="../uucore" } diff --git a/src/hashsum/Cargo.toml b/src/hashsum/Cargo.toml index bb003c146..b328881da 100644 --- a/src/hashsum/Cargo.toml +++ b/src/hashsum/Cargo.toml @@ -12,7 +12,7 @@ path = "hashsum.rs" digest = "0.6.2" getopts = "0.2.14" hex = "0.2.0" -libc = "0.2.26" +libc = "0.2.42" md5 = "0.3.5" regex = "0.2.2" regex-syntax = "0.5.0" diff --git a/src/head/Cargo.toml b/src/head/Cargo.toml index 2866f4296..571b2d4a6 100644 --- a/src/head/Cargo.toml +++ b/src/head/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_head" path = "head.rs" [dependencies] -libc = "0.2.26" +libc = "0.2.42" uucore = { path="../uucore" } [[bin]] diff --git a/src/hostid/Cargo.toml b/src/hostid/Cargo.toml index c6e4c5229..085f1baf3 100644 --- a/src/hostid/Cargo.toml +++ b/src/hostid/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_hostid" path = "hostid.rs" [dependencies] -libc = "0.2.26" +libc = "0.2.42" uucore = { path="../uucore" } [[bin]] diff --git a/src/hostname/Cargo.toml b/src/hostname/Cargo.toml index d40cfc865..d1be95249 100644 --- a/src/hostname/Cargo.toml +++ b/src/hostname/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_hostname" path = "hostname.rs" [dependencies] -libc = "0.2.26" +libc = "0.2.42" winapi = { version = "0.3", features = ["sysinfoapi", "winsock2"] } getopts = "0.2" uucore = { path="../uucore" } diff --git a/src/kill/Cargo.toml b/src/kill/Cargo.toml index 8a530c685..6a37ebc4f 100644 --- a/src/kill/Cargo.toml +++ b/src/kill/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_kill" path = "kill.rs" [dependencies] -libc = "0.2.26" +libc = "0.2.42" [dependencies.uucore] path = "../uucore" diff --git a/src/link/Cargo.toml b/src/link/Cargo.toml index fdb130a54..1d3be5415 100644 --- a/src/link/Cargo.toml +++ b/src/link/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_link" path = "link.rs" [dependencies] -libc = "0.2.26" +libc = "0.2.42" uucore = { path="../uucore" } [[bin]] diff --git a/src/ln/Cargo.toml b/src/ln/Cargo.toml index c68723e59..585758e5d 100644 --- a/src/ln/Cargo.toml +++ b/src/ln/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_ln" path = "ln.rs" [dependencies] -libc = "0.2.26" +libc = "0.2.42" uucore = { path="../uucore" } [[bin]] diff --git a/src/logname/Cargo.toml b/src/logname/Cargo.toml index 96f9bd33d..1391c9814 100644 --- a/src/logname/Cargo.toml +++ b/src/logname/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_logname" path = "logname.rs" [dependencies] -libc = "0.2.26" +libc = "0.2.42" uucore = { path="../uucore" } [[bin]] diff --git a/src/mkdir/Cargo.toml b/src/mkdir/Cargo.toml index f4787db4b..69bc33f62 100644 --- a/src/mkdir/Cargo.toml +++ b/src/mkdir/Cargo.toml @@ -10,7 +10,7 @@ path = "mkdir.rs" [dependencies] getopts = "0.2.14" -libc = "0.2.26" +libc = "0.2.42" uucore = { path="../uucore" } [[bin]] diff --git a/src/mkfifo/Cargo.toml b/src/mkfifo/Cargo.toml index d676d56be..1989658cc 100644 --- a/src/mkfifo/Cargo.toml +++ b/src/mkfifo/Cargo.toml @@ -10,7 +10,7 @@ path = "mkfifo.rs" [dependencies] getopts = "0.2.14" -libc = "0.2.26" +libc = "0.2.42" uucore = { path="../uucore" } [[bin]] diff --git a/src/mknod/Cargo.toml b/src/mknod/Cargo.toml index 57694b146..0d1366579 100644 --- a/src/mknod/Cargo.toml +++ b/src/mknod/Cargo.toml @@ -10,7 +10,7 @@ path = "mknod.rs" [dependencies] getopts = "0.2.14" -libc = "^0.2.4" +libc = "^0.2.42" uucore = { path="../uucore" } [[bin]] diff --git a/src/nice/Cargo.toml b/src/nice/Cargo.toml index 07388949c..76f6863af 100644 --- a/src/nice/Cargo.toml +++ b/src/nice/Cargo.toml @@ -10,7 +10,7 @@ path = "nice.rs" [dependencies] getopts = "0.2.14" -libc = "0.2.26" +libc = "0.2.42" uucore = { path="../uucore" } [[bin]] diff --git a/src/nl/Cargo.toml b/src/nl/Cargo.toml index 9bdcbd9eb..ae1ad9aec 100644 --- a/src/nl/Cargo.toml +++ b/src/nl/Cargo.toml @@ -10,7 +10,7 @@ path = "nl.rs" [dependencies] getopts = "0.2.14" -libc = "0.2.26" +libc = "0.2.42" aho-corasick = "0.6.3" memchr = "1.0.1" regex = "0.2.2" diff --git a/src/nohup/Cargo.toml b/src/nohup/Cargo.toml index 0fecd736d..f5b7b6a87 100644 --- a/src/nohup/Cargo.toml +++ b/src/nohup/Cargo.toml @@ -10,7 +10,7 @@ path = "nohup.rs" [dependencies] getopts = "0.2.14" -libc = "0.2.26" +libc = "0.2.42" [dependencies.uucore] path = "../uucore" diff --git a/src/nproc/Cargo.toml b/src/nproc/Cargo.toml index 7783b4555..6a2c5d78b 100644 --- a/src/nproc/Cargo.toml +++ b/src/nproc/Cargo.toml @@ -10,7 +10,7 @@ path = "nproc.rs" [dependencies] getopts = "0.2.14" -libc = "0.2.26" +libc = "0.2.42" num_cpus = "1.5" uucore = { path="../uucore" } diff --git a/src/od/Cargo.toml b/src/od/Cargo.toml index cfbc98161..6cff6834a 100644 --- a/src/od/Cargo.toml +++ b/src/od/Cargo.toml @@ -10,7 +10,7 @@ path = "od.rs" [dependencies] getopts = "0.2.14" -libc = "0.2.26" +libc = "0.2.42" byteorder = "1.1.0" half = "1.0.0" uucore = { path="../uucore" } diff --git a/src/pathchk/Cargo.toml b/src/pathchk/Cargo.toml index 2edb8c27e..9ba37bc4a 100644 --- a/src/pathchk/Cargo.toml +++ b/src/pathchk/Cargo.toml @@ -10,7 +10,7 @@ path = "pathchk.rs" [dependencies] getopts = "0.2.14" -libc = "0.2.26" +libc = "0.2.42" uucore = { path="../uucore" } [[bin]] diff --git a/src/ptx/Cargo.toml b/src/ptx/Cargo.toml index 1bfbfa0bb..f717d644b 100644 --- a/src/ptx/Cargo.toml +++ b/src/ptx/Cargo.toml @@ -10,7 +10,7 @@ path = "ptx.rs" [dependencies] getopts = "0.2.14" -libc = "0.2.26" +libc = "0.2.42" aho-corasick = "0.6.3" memchr = "1.0.1" regex-syntax = "0.5.0" diff --git a/src/readlink/Cargo.toml b/src/readlink/Cargo.toml index 1e52942a0..ef1b27038 100644 --- a/src/readlink/Cargo.toml +++ b/src/readlink/Cargo.toml @@ -10,7 +10,7 @@ path = "readlink.rs" [dependencies] getopts = "0.2.14" -libc = "0.2.26" +libc = "0.2.42" [dependencies.uucore] path = "../uucore" diff --git a/src/shred/Cargo.toml b/src/shred/Cargo.toml index f2197542f..b2d24de6c 100644 --- a/src/shred/Cargo.toml +++ b/src/shred/Cargo.toml @@ -12,7 +12,7 @@ path = "shred.rs" rand = "0.3" filetime = "0.1.10" getopts = "0.2.14" -libc = "0.2.26" +libc = "0.2.42" time = "0.1.38" uucore = { path="../uucore" } diff --git a/src/sync/Cargo.toml b/src/sync/Cargo.toml index b82b55999..63d7f9fef 100644 --- a/src/sync/Cargo.toml +++ b/src/sync/Cargo.toml @@ -10,7 +10,7 @@ path = "sync.rs" [dependencies] getopts = "0.2.14" -libc = "0.2.26" +libc = "0.2.42" winapi = { version = "0.3", features = ["handleapi", "winerror"] } kernel32-sys = "0.2.2" diff --git a/src/tail/Cargo.toml b/src/tail/Cargo.toml index 06f8d7920..2f279690a 100644 --- a/src/tail/Cargo.toml +++ b/src/tail/Cargo.toml @@ -11,7 +11,7 @@ path = "tail.rs" [dependencies] getopts = "0.2.14" kernel32-sys = "0.2.2" -libc = "0.2.26" +libc = "0.2.42" winapi = "0.3" uucore = { path="../uucore" } diff --git a/src/tee/Cargo.toml b/src/tee/Cargo.toml index 06b765a8a..bec4330a2 100644 --- a/src/tee/Cargo.toml +++ b/src/tee/Cargo.toml @@ -10,7 +10,7 @@ path = "tee.rs" [dependencies] getopts = "0.2.14" -libc = "0.2.26" +libc = "0.2.42" uucore = { path="../uucore" } [[bin]] diff --git a/src/test/Cargo.toml b/src/test/Cargo.toml index e5d48cd98..4f99a22ed 100644 --- a/src/test/Cargo.toml +++ b/src/test/Cargo.toml @@ -9,7 +9,7 @@ name = "uu_test" path = "test.rs" [dependencies] -libc = "0.2.26" +libc = "0.2.42" uucore = { path="../uucore" } [target.'cfg(target_os = "redox")'.dependencies] diff --git a/src/timeout/Cargo.toml b/src/timeout/Cargo.toml index 75ce9a289..f01a61c46 100644 --- a/src/timeout/Cargo.toml +++ b/src/timeout/Cargo.toml @@ -10,7 +10,7 @@ path = "timeout.rs" [dependencies] getopts = "0.2.14" -libc = "0.2.26" +libc = "0.2.42" time = "0.1.38" [dependencies.uucore] diff --git a/src/tty/Cargo.toml b/src/tty/Cargo.toml index be18d0488..92b875a4f 100644 --- a/src/tty/Cargo.toml +++ b/src/tty/Cargo.toml @@ -10,7 +10,7 @@ path = "tty.rs" [dependencies] getopts = "0.2.14" -libc = "0.2.26" +libc = "0.2.42" [dependencies.uucore] path = "../uucore" diff --git a/src/unlink/Cargo.toml b/src/unlink/Cargo.toml index 96d88acb4..38c3979f7 100644 --- a/src/unlink/Cargo.toml +++ b/src/unlink/Cargo.toml @@ -10,7 +10,7 @@ path = "unlink.rs" [dependencies] getopts = "0.2.14" -libc = "0.2.26" +libc = "0.2.42" uucore = { path="../uucore" } [[bin]] diff --git a/src/uucore/Cargo.toml b/src/uucore/Cargo.toml index 98b8282dd..946d78bf1 100644 --- a/src/uucore/Cargo.toml +++ b/src/uucore/Cargo.toml @@ -9,7 +9,7 @@ failure = { version = "0.1.1", optional = true } failure_derive = { version = "0.1.1", optional = true } time = { version = "0.1.38", optional = true } data-encoding = { version = "^2.1", optional = true } -libc = { version = "0.2.34", optional = true } +libc = { version = "0.2.42", optional = true } [target.'cfg(target_os = "redox")'.dependencies] termion = "1.5"