summaryrefslogtreecommitdiffstats
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
parent6a2888a3a36a40246edc3870c3f5c0bf848249d3 (diff)
Bump nettle to 5.0.
-rw-r--r--ffi/Cargo.toml2
-rw-r--r--openpgp-ffi/Cargo.toml2
-rw-r--r--openpgp/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml
index 83e83bf3..e14014d0 100644
--- a/ffi/Cargo.toml
+++ b/ffi/Cargo.toml
@@ -34,7 +34,7 @@ native-tls = "0.2.0"
time = "0.1.40"
[dev-dependencies]
-nettle = "4.0"
+nettle = "5.0"
[lib]
crate-type = ["cdylib", "staticlib"]
diff --git a/openpgp-ffi/Cargo.toml b/openpgp-ffi/Cargo.toml
index 9a05fc54..ee460a10 100644
--- a/openpgp-ffi/Cargo.toml
+++ b/openpgp-ffi/Cargo.toml
@@ -30,7 +30,7 @@ memsec = "0.5.4"
time = "0.1.40"
[dev-dependencies]
-nettle = "4.0"
+nettle = "5.0"
[lib]
crate-type = ["lib", "cdylib", "staticlib"]
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"