summaryrefslogtreecommitdiffstats
path: root/openpgp/Cargo.toml
diff options
context:
space:
mode:
authorKai Michaelis <kai@sequoia-pgp.org>2019-01-31 18:26:33 +0100
committerKai Michaelis <kai@sequoia-pgp.org>2019-02-07 10:36:37 +0100
commita927101cf6befa7281e066f9edd147ed5d7568e7 (patch)
treeadb00ea5b5a8f6b1236eb3a91c7def4ac1d7dc49 /openpgp/Cargo.toml
parenta96fe13cffe967c0d8efa99551be2d690b64e23e (diff)
openpgp: implement importing RSA keys
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 09d566b1..d76ccdff 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -28,7 +28,7 @@ failure = "0.1.2"
flate2 = { version = "1.0.1", optional = true }
lalrpop-util = "0.16"
memsec = "0.5.4"
-nettle = "2.0"
+nettle = "2.2"
quickcheck = "0.7"
rand = "0.6"
time = "0.1.40"