aboutsummaryrefslogtreecommitdiff
path: root/srp/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'srp/Cargo.toml')
-rw-r--r--srp/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/srp/Cargo.toml b/srp/Cargo.toml
index 3ade1b0..fdfea93 100644
--- a/srp/Cargo.toml
+++ b/srp/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "srp"
-version = "0.4.1"
+version = "0.4.2"
edition = "2018"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
@@ -12,7 +12,6 @@ categories = ["cryptography", "authentication"]
[dependencies]
num-bigint = "0.2"
-num-traits = "0.2"
generic-array = "0.12"
digest = "0.8"
lazy_static = "1.2"