From 5fc6edd9288364afc48cca639842463eeb96b5eb Mon Sep 17 00:00:00 2001 From: Eh2406 Date: Fri, 17 Aug 2018 19:00:37 -0400 Subject: [PATCH 1/2] bump time to use winapi 0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3507971..9b6ab77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ default = ["clock"] clock = ["time"] [dependencies] -time = { version = "^0.1.36", optional = true } +time = { version = "0.1.39", optional = true } num-integer = { version = "0.1.36", default-features = false } num-traits = { version = "0.2", default-features = false } rustc-serialize = { version = "0.3", optional = true } From 701d36536b40e92d61eee79df9aee659a60c63a4 Mon Sep 17 00:00:00 2001 From: Finkelman Date: Sat, 18 Aug 2018 15:29:48 -0400 Subject: [PATCH 2/2] bump rustc-serialize to a vertion that builds on modern rust --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9b6ab77..62c976d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ clock = ["time"] time = { version = "0.1.39", optional = true } num-integer = { version = "0.1.36", default-features = false } num-traits = { version = "0.2", default-features = false } -rustc-serialize = { version = "0.3", optional = true } +rustc-serialize = { version = "0.3.20", optional = true } serde = { version = "1", optional = true } [dev-dependencies]