summaryrefslogtreecommitdiff
path: root/hagridctl/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'hagridctl/Cargo.toml')
-rw-r--r--hagridctl/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/hagridctl/Cargo.toml b/hagridctl/Cargo.toml
index 35ca6db..b4bdcbe 100644
--- a/hagridctl/Cargo.toml
+++ b/hagridctl/Cargo.toml
@@ -6,7 +6,7 @@ authors = ["Vincent Breitmoser <look@my.amazin.horse>"]
[dependencies]
hagrid-database = { path = "../database" }
anyhow = "1"
-sequoia-openpgp = { version = "1", default-features = false, features = ["crypto-nettle"] }
+sequoia-openpgp = { version = "1", default-features = false, features = ["crypto-openssl"] }
multipart = "0"
log = "0"
rand = "0.6"