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"