Skip to content

Commit aabc5fa

Browse files
committed
Statically link openssl from a vendored copy
1 parent 7d36d21 commit aabc5fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ required-features = ["clap"]
1414

1515
[dependencies]
1616
indicatif = "0.17.6"
17-
openssl = "0.10.60"
17+
openssl = { version = "0.10.60", features = ["vendored"] }
1818
postgres = "0.19.7"
1919
postgres-openssl = "0.5.0"
2020
rand = "0.8.5"

0 commit comments

Comments
 (0)