summaryrefslogtreecommitdiffstats
path: root/openpgp/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-03-13 09:38:48 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-03-13 09:38:48 +0100
commit56de1bf60a8f5c6b2706dca37876aadc1c1b9ac4 (patch)
tree3cf59f15ba3a0566fe2ac02b0c8e6da2d5931a1a /openpgp/Cargo.toml
parent6a2888a3a36a40246edc3870c3f5c0bf848249d3 (diff)
Bump nettle to 5.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 1f3d1849..fc1603f6 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 = "4.0"
+nettle = "5.0"
quickcheck = "0.8"
rand = "0.6"
time = "0.1.40"