Remove dependency on regular num-bigint

This commit is contained in:
BlackHoleFox
2020-06-09 18:42:56 -05:00
parent 6e3560c10f
commit 556b9cb671
4 changed files with 4 additions and 6 deletions
+1 -2
View File
@@ -31,8 +31,7 @@ getrandom = "0.1"
hmac = "0.7"
log = "0.4"
nom = "5"
num-bigint_rsa = { version = "0.6", features = ["rand"], package = "num-bigint-dig" }
num-bigint = { version = "0.2", features = ["rand"] }
num-bigint = { version = "0.6", features = ["rand"], package = "num-bigint-dig" }
num-traits = "0.2"
num-integer = "0.1"
pbkdf2 = "0.3"