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]