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 ebce0bb commit d3b5675Copy full SHA for d3b5675
Cargo.toml
@@ -32,7 +32,7 @@ hex = "0.2"
32
rustc-serialize = { version = "0.3", optional = true }
33
chrono = { version = "0.2.14", optional = true }
34
openssl = { version = ">= 0.6.4, < 0.8", optional = true }
35
-serde_json = { version = ">= 0.6, < 0.8", optional = true }
+serde_json = { version = ">= 0.6, < 0.9", optional = true }
36
time = { version = "0.1.14", optional = true }
37
unix_socket = { version = "0.5", optional = true }
38
uuid = { version = ">= 0.1, < 0.3", optional = true }
0 commit comments