Skip to content

Commit a77f3b2

Browse files
committed
Revert "Statically link openssl from a vendored copy"
This reverts commit aabc5fa.
1 parent ad8dccc commit a77f3b2

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
@@ -14,7 +14,7 @@ required-features = ["clap"]
1414

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

0 commit comments

Comments
 (0)