summaryrefslogtreecommitdiffstats
path: root/openpgp/Cargo.toml
diff options
context:
space:
mode:
authorKai Michaelis <kai@sequoia-pgp.org>2018-11-06 15:54:11 +0100
committerKai Michaelis <kai@sequoia-pgp.org>2018-11-06 15:54:11 +0100
commit31eec3fdccd0188f8c81e3a8fe9b7c1ba911cda6 (patch)
treefcbe6cf0a5f08ac54cc4b1621973e242e57b74c1 /openpgp/Cargo.toml
parent50c7119c9f79c7a2a7764f76609c147aa7200b07 (diff)
Use nettle 1.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 e9afbdfe..cf0459fc 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 = { git = "https://gitlab.com/sequoia-pgp/nettle-rs.git" }
+nettle = "1.0"
quickcheck = "0.7"
rand = "0.5"
time = "0.1.38"