summaryrefslogtreecommitdiffstats
path: root/openpgp/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-03-06 12:39:07 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-03-09 18:09:19 +0100
commit58d662c6d37dd1b0dccd4d0ce30290b8ede408e9 (patch)
treeab850355c6bcded1cba184db98263908736f1fc4 /openpgp/Cargo.toml
parentf484efee5bf61f7ce90d5383ba2f589fe03ae518 (diff)
openpgp: Update nettle to 7.0.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 1e50e376..e3a22bab 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -31,7 +31,7 @@ idna = "0.2"
lalrpop-util = "0.17"
lazy_static = "1.3"
memsec = "0.5.6"
-nettle = "6.0.1"
+nettle = "7"
quickcheck = { version = "0.9", default-features = false }
rand = { version = "0.7", default-features = false }
regex = "1"