Skip to content

Commit

Permalink
Statically link openssl from a vendored copy
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Apr 15, 2024
1 parent fd78b31 commit 70f1bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ required-features = ["clap"]

[dependencies]
indicatif = "0.17.6"
openssl = "0.10.60"
openssl = { version = "0.10.60", features = ["vendored"] }
postgres = "0.19.7"
postgres-openssl = "0.5.0"
rand = "0.8.5"
Expand Down

0 comments on commit 70f1bf3

Please sign in to comment.