Dependency updates and MSRV 1.46 (#208)

- cargo update
- cli: Bump x509-parser to 0.9
- Bump elliptic-curve to 0.8. Also requires bumping p256 and p384.
- Bump MSRV to 1.46.0. Required to match the MSRV of elliptic-curve.
This commit is contained in:
str4d
2021-01-11 04:14:02 +13:00
committed by GitHub
parent 08185c5ec9
commit 90bc878b21
6 changed files with 131 additions and 188 deletions
+1 -1
View File
@@ -21,5 +21,5 @@ log = "0.4"
sha2 = "0.9"
subtle-encoding = "0.5"
termcolor = "1"
x509-parser = "0.8"
x509-parser = "0.9"
yubikey-piv = { version = "0.1", path = ".." }