Update dependencies (#315)

* Update rsa dependency to 0.5

* Update pbkdf dependency to 0.9

* Update x509-parser dependency to 0.11

* Update crypto-bigint subdepdendency to 0.2.6
This commit is contained in:
Benno Rice
2021-09-11 03:44:59 +10:00
committed by GitHub
parent 3905104b52
commit 54ce90d51d
5 changed files with 48 additions and 54 deletions
+1 -1
View File
@@ -21,5 +21,5 @@ log = "0.4"
sha2 = "0.9"
subtle-encoding = "0.5"
termcolor = "1"
x509-parser = "0.9"
x509-parser = "0.11"
yubikey = { version = "0.4", path = ".." }