From 84b6c5938883f8a08eafaaf6869fd2066d87712b Mon Sep 17 00:00:00 2001 From: pradeep Date: Mon, 6 Jun 2016 13:48:33 +0530 Subject: [PATCH] Bump up dependencies(crates) versions --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cbed52650..a6ac2f81d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,12 +15,12 @@ exclude = [ ] [dependencies] -libc = "0.2" -num = "0.1.27" +libc = "0.2.11" +num = "0.1.32" lazy_static = "0.2.1" [build-dependencies] -rustc-serialize = "0.3.16" +rustc-serialize = "0.3.19" rustc_version = "0.1.7" [lib]