Skip to content

Commit 6f0950b

Browse files
committed
Drop lower version bounds for serde and uuid
1 parent d3706ad commit 6f0950b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postgres-shared/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ chrono = { version = "0.4", optional = true }
2727
eui48 = { version = "0.1", optional = true }
2828
geo = { version = "0.4", optional = true }
2929
rustc-serialize = { version = "0.3", optional = true }
30-
serde_json = { version = ">=0.9,<2.0", optional = true }
30+
serde_json = { version = "1.0", optional = true }
3131
time = { version = "0.1.14", optional = true }
32-
uuid = { version = ">=0.4,<0.6", optional = true }
32+
uuid = { version = "0.5", optional = true }

0 commit comments

Comments
 (0)