bump rustc-serialize to a vertion that builds on modern rust

This commit is contained in:
Finkelman 2018-08-18 15:29:48 -04:00
parent 5fc6edd928
commit 701d36536b
1 changed files with 1 additions and 1 deletions

View File

@ -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]