Skip to content

Commit fdc4a01

Browse files
committed
Fix up dep constraint
1 parent 1d9c7d4 commit fdc4a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ chrono = "0.4"
7878
eui48 = "0.3"
7979
geo = "0.4"
8080
rustc-serialize = "0.3"
81-
serde_json = ">=0.9,<2.0"
81+
serde_json = "1.0"
8282
time = "0.1.14"
8383
uuid = "0.5"

0 commit comments

Comments
 (0)