aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2017-11-25 12:11:38 -0600
committerBrian Warner <warner@lothar.com>2017-11-25 12:11:38 -0600
commit5c5ee649702f8bc3334c4b033500b9562db2ce65 (patch)
tree0bc09d9f11123e0981b7f5dad3a13ebd58ec7c83
parentacd58c71510f56ff5d88b41b8e7b30bdffc4cb49 (diff)
downloadPAKEs-5c5ee649702f8bc3334c4b033500b9562db2ce65.tar.xz
update to curve25519-dalek 0.13
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d685dfa..52245f2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ exclude = [
travis-ci = { repository = "warner/spake2.rs" }
[dependencies]
-curve25519-dalek = "0.12"
+curve25519-dalek = "0.13"
rand = "0.3"
sha2 = "0.6"
hkdf = "0.2"