diff --git a/Cargo.toml b/Cargo.toml index 96ccd5b..33b6795 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"