From fdc4a01b1a091cca40aa5fb84f945977afba4a6c Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 23 Jul 2017 16:50:00 -0700 Subject: [PATCH] Fix up dep constraint --- postgres/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/Cargo.toml b/postgres/Cargo.toml index 2e8af0c0..9487c90d 100644 --- a/postgres/Cargo.toml +++ b/postgres/Cargo.toml @@ -78,6 +78,6 @@ chrono = "0.4" eui48 = "0.3" geo = "0.4" rustc-serialize = "0.3" -serde_json = ">=0.9,<2.0" +serde_json = "1.0" time = "0.1.14" uuid = "0.5"