This commit is contained in:
str4d
2021-10-20 02:38:38 +13:00
committed by GitHub
parent bcef792f69
commit 52107281df
4 changed files with 31 additions and 99 deletions
+3 -3
View File
@@ -21,12 +21,12 @@ members = [".", "cli"]
[dependencies]
chrono = "0.4"
cookie-factory = "0.3"
der-parser = "5"
der-parser = "6"
des = "0.7"
elliptic-curve = "0.10"
hmac = "0.11"
log = "0.4"
nom = "6"
nom = "7"
num-bigint-dig = { version = "0.7", features = ["rand"] }
num-traits = "0.2"
num-integer = "0.1"
@@ -43,7 +43,7 @@ subtle = "2"
subtle-encoding = "0.5"
uuid = { version = "0.8", features = ["v4"] }
x509 = "0.2"
x509-parser = "0.11"
x509-parser = "0.12"
zeroize = "1"
[dev-dependencies]