Skip to content

Commit 76be1c4

Browse files
committed
Extend serde_json version range
1 parent 5b80b25 commit 76be1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ net2 = "0.2.16"
3030
rustc-serialize = { version = "0.3", optional = true }
3131
chrono = { version = "0.2.14", optional = true }
3232
openssl = { version = ">= 0.6.4, < 0.8", optional = true }
33-
serde_json = { version = "0.6", optional = true }
33+
serde_json = { version = ">= 0.6, < 0.8", optional = true }
3434
time = { version = "0.1.14", optional = true }
3535
unix_socket = { version = "0.5", optional = true }
3636
uuid = { version = "0.1", optional = true }

0 commit comments

Comments
 (0)