feat: update yubikey to v0.8

This commit is contained in:
2023-08-20 15:24:28 +08:00
parent 9fb0da7d33
commit 7f5a5a7d3c
7 changed files with 470 additions and 641 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "card-cli"
version = "1.5.8"
version = "1.6.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
@@ -25,8 +25,8 @@ chrono = "0.4"
simpledateformat = "0.1"
ring = "0.16"
openssl = "0.10"
pem = "2.0"
yubikey = { version = "0.7", features = ["untested"] }
pem = "3.0"
yubikey = { version = "0.8", features = ["untested"] }
yubico_manager = "0.9"
x509 = "0.2"
x509-parser = "0.13"