aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2019-11-06 13:37:39 -0800
committerBrian Warner <warner@lothar.com>2019-11-06 13:37:39 -0800
commit2a821c6b48d52e49c78ece9e8688407ff1bf6f9c (patch)
tree1f9b7b581c764326376bc57705aa032cfc4cb127
parentbdacf51e2cfaea8bec44417b7b3d7ace7b8ab79c (diff)
downloadPAKEs-2a821c6b48d52e49c78ece9e8688407ff1bf6f9c.tar.xz
spake2: update to hex-0.4
-rw-r--r--spake2/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/spake2/Cargo.toml b/spake2/Cargo.toml
index 3d930be..55bea6d 100644
--- a/spake2/Cargo.toml
+++ b/spake2/Cargo.toml
@@ -30,7 +30,7 @@ curve25519-dalek = "1.2"
rand = "0.6"
sha2 = "0.8"
hkdf = "0.8"
-hex = "0.3"
+hex = "0.4"
[dev-dependencies]
bencher = "0.1"