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 67bace6 commit 214502cCopy full SHA for 214502c
Cargo.toml
@@ -31,7 +31,7 @@ phf = "0.7"
31
rustc-serialize = "0.3"
32
net2 = { version = "0.2", features = ["nightly"] }
33
chrono = { version = "0.2.14", optional = true }
34
-openssl = { version = "0.6.4", optional = true }
+openssl = { version = ">= 0.6.4, < 0.8", optional = true }
35
serde = { version = "0.3", optional = true } # Delete for 0.11
36
serde_json = { version = "0.6", optional = true }
37
time = { version = "0.1.14", optional = true }
0 commit comments