Upgrade serde_json to 0.9.x

This commit is contained in:
Aleksander Vognild Burkow
2017-01-31 15:54:59 +01:00
parent 17c53c967c
commit 5e171ca9a3
3 changed files with 3 additions and 3 deletions

View File

@@ -58,6 +58,6 @@ bit-vec = "0.4"
chrono = "0.2.14"
eui48 = "0.1"
rustc-serialize = "0.3"
serde_json = ">= 0.6, < 0.9"
serde_json = ">= 0.6, < 0.10"
time = "0.1.14"
uuid = ">= 0.1, < 0.4"