diff --git a/Cargo.lock b/Cargo.lock index b95b195..aa92ad2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1626,8 +1626,6 @@ dependencies = [ "libc", "libgit2-sys", "log", - "openssl-probe", - "openssl-sys", "url", ] diff --git a/Cargo.toml b/Cargo.toml index 6270f27..6e6238f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ pgp-gpg = ["email-lib/pgp-gpg", "mml-lib/pgp-gpg", "pimalaya-tui/pgp-gpg", "pgp" pgp-native = ["email-lib/pgp-native", "mml-lib/pgp-native", "pimalaya-tui/pgp-native", "pgp"] [build-dependencies] -git2 = "0.19" +git2 = { version = "0.19", default-features = false } [dependencies] ariadne = "0.2"