aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2018-03-24 15:39:59 -0700
committerBrian Warner <warner@lothar.com>2018-03-24 15:39:59 -0700
commitbff1b1fd9e8e8920247913e126bfc335fb770127 (patch)
treeb9acb3fefd48d4763c6daff767db7e62bdfc9bd9
parent7978338df2d33920667348cc549ce320033362f8 (diff)
downloadPAKEs-bff1b1fd9e8e8920247913e126bfc335fb770127.tar.xz
update to curve25519-dalek-0.16
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3e760bd..ed7eb20 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ exclude = [
travis-ci = { repository = "warner/spake2.rs" }
[dependencies]
-curve25519-dalek = "0.15"
+curve25519-dalek = "0.16"
rand = "0.4"
sha2 = "0.7"
hkdf = "0.4"