1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-05 07:27:46 +00:00

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] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-06-11 17:13:54 +00:00 committed by Roy Ivy III
parent 40738bfb0a
commit a31b1047c1

View file

@ -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"