summaryrefslogtreecommitdiffstats
path: root/openpgp/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/Cargo.toml')
-rw-r--r--openpgp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index 6a5ad7a7..9e41958f 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -8,6 +8,6 @@ buffered-reader = { path = "../buffered-reader" }
base64 = "0.8.0"
bzip2 = "0.3.2"
flate2 = "0.2"
+nettle = { git = "https://gitlab.com/sequoia-pgp/nettle-rs.git" }
num = "0.1.40"
num-derive = "0.1.41"
-sha1 = "*"