From 701d36536b40e92d61eee79df9aee659a60c63a4 Mon Sep 17 00:00:00 2001 From: Finkelman Date: Sat, 18 Aug 2018 15:29:48 -0400 Subject: [PATCH] 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]