diff options
Diffstat (limited to 'srp/Cargo.toml')
-rw-r--r-- | srp/Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/srp/Cargo.toml b/srp/Cargo.toml index 9230f8e..88ea5b1 100644 --- a/srp/Cargo.toml +++ b/srp/Cargo.toml @@ -9,19 +9,19 @@ repository = "https://github.com/RustCrypto/PAKEs" keywords = ["crypto", "pake", "authentication"] categories = ["cryptography", "authentication"] readme = "README.md" -edition = "2018" +edition = "2021" rust-version = "1.56" [dependencies] num-bigint = "0.4" generic-array = "0.14" -digest = "0.9" +digest = "0.10" lazy_static = "1.2" +subtle = "2.4" [dev-dependencies] rand = "0.6" -sha2 = "0.9" -sha-1 = "0.9" - -[badges] -travis-ci = { repository = "RustCrypto/PAKEs" } +sha2 = "0.10" +sha-1 = "0.10" +num-traits = "0.2" +hex-literal = "0.3"
\ No newline at end of file |