summaryrefslogtreecommitdiffstats
path: root/openpgp/Cargo.toml
diff options
context:
space:
mode:
authorKai Michaelis <kai@sequoia-pgp.org>2018-11-21 13:38:04 +0100
committerKai Michaelis <kai@sequoia-pgp.org>2018-11-21 13:38:38 +0100
commit7fa35463601e156be0ac177f6f0b71c575f8f24c (patch)
tree5a2ed53ae9ecf143aa5f194edd1735483a9266bf /openpgp/Cargo.toml
parent771fdbd970386ff79bd5f2eca2e1fddcdf3df4f1 (diff)
openpgp: switch to nettle 2.0
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 ec0ba95c..4373f353 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -12,7 +12,7 @@ failure = "0.1.2"
flate2 = { version = "1.0.1", optional = true }
lalrpop-util = "0.16"
memsec = "0.5.4"
-nettle = "1.0"
+nettle = "2.0"
quickcheck = "0.7"
rand = "0.6"
time = "0.1.38"