From 65b26abe38caeea52a119b7a723277b3d896be19 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.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 98b8282..946d78b 100644 --- a/Cargo.toml +++ b/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"