aboutsummaryrefslogtreecommitdiff
path: root/spake2/Cargo.toml
diff options
context:
space:
mode:
authorTony Arcieri <bascule@gmail.com>2021-08-25 19:29:02 -0600
committerGitHub <noreply@github.com>2021-08-25 19:29:02 -0600
commit02f4f6620b071cacbad28a684c48087539172caa (patch)
tree941b66808d9d10d9826142154b1fdb0b01a18526 /spake2/Cargo.toml
parent9adff97485cf3c8a70cff6aa44bc7076e5c3949b (diff)
downloadPAKEs-02f4f6620b071cacbad28a684c48087539172caa.tar.xz
spake2: bump `hkdf` dependency to v0.11 (#63)
Diffstat (limited to 'spake2/Cargo.toml')
-rw-r--r--spake2/Cargo.toml9
1 files changed, 2 insertions, 7 deletions
diff --git a/spake2/Cargo.toml b/spake2/Cargo.toml
index 3814c83..4436183 100644
--- a/spake2/Cargo.toml
+++ b/spake2/Cargo.toml
@@ -20,16 +20,11 @@ tag-message = "(cargo-release) spake2-v{{version}}"
pre-release-commit-message = "(cargo-release) spake2-v{{version}}"
pro-release-commit-message = "(cargo-release) start next development iteration spake2-v{{version}}"
-[badges]
-travis-ci = { repository = "RustCrypto/PAKEs" }
-is-it-maintained-issue-resolution = { repository = "RustCrypto/PAKEs" }
-is-it-maintained-open-issues = { repository = "RustCrypto/PAKEs" }
-
[dependencies]
curve25519-dalek = "1.2"
rand = "0.6"
-sha2 = "0.8"
-hkdf = "0.8"
+sha2 = "0.9"
+hkdf = "0.11"
hex = "0.4"
[dev-dependencies]