We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b80b25 commit 76be1c4Copy full SHA for 76be1c4
Cargo.toml
@@ -30,7 +30,7 @@ net2 = "0.2.16"
30
rustc-serialize = { version = "0.3", optional = true }
31
chrono = { version = "0.2.14", optional = true }
32
openssl = { version = ">= 0.6.4, < 0.8", optional = true }
33
-serde_json = { version = "0.6", optional = true }
+serde_json = { version = ">= 0.6, < 0.8", optional = true }
34
time = { version = "0.1.14", optional = true }
35
unix_socket = { version = "0.5", optional = true }
36
uuid = { version = "0.1", optional = true }
0 commit comments