Skip to content

Commit 214502c

Browse files
committed
Bump openssl version
1 parent 67bace6 commit 214502c

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
@@ -31,7 +31,7 @@ phf = "0.7"
3131
rustc-serialize = "0.3"
3232
net2 = { version = "0.2", features = ["nightly"] }
3333
chrono = { version = "0.2.14", optional = true }
34-
openssl = { version = "0.6.4", optional = true }
34+
openssl = { version = ">= 0.6.4, < 0.8", optional = true }
3535
serde = { version = "0.3", optional = true } # Delete for 0.11
3636
serde_json = { version = "0.6", optional = true }
3737
time = { version = "0.1.14", optional = true }

0 commit comments

Comments
 (0)