Skip to content

Commit 1f93f2a

Browse files
committed
Shrink version constraints
1 parent 126d800 commit 1f93f2a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

postgres-shared/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ bit-vec = { version = "0.4", optional = true }
2525
chrono = { version = "0.3", optional = true }
2626
eui48 = { version = "0.1", optional = true }
2727
rustc-serialize = { version = "0.3", optional = true }
28-
serde_json = { version = ">= 0.6, < 0.10", optional = true }
28+
serde_json = { version = "0.9", optional = true }
2929
time = { version = "0.1.14", optional = true }
30-
uuid = { version = ">= 0.1, < 0.5", optional = true }
30+
uuid = { version = "0.4", optional = true }

postgres/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ bit-vec = "0.4"
5858
chrono = "0.3"
5959
eui48 = "0.1"
6060
rustc-serialize = "0.3"
61-
serde_json = ">= 0.6, < 0.10"
61+
serde_json = "0.9"
6262
time = "0.1.14"
63-
uuid = ">= 0.1, < 0.5"
63+
uuid = "0.4"

0 commit comments

Comments
 (0)