feat: update dependencies

This commit is contained in:
2023-05-13 22:31:46 +08:00
parent 709f83ce77
commit 6c600ae4b0
3 changed files with 17 additions and 101 deletions

View File

@@ -25,14 +25,14 @@ chrono = "0.4"
simpledateformat = "0.1"
ring = "0.16"
openssl = "0.10"
pem = "1.1"
pem = "2.0"
yubikey = { version = "0.7", features = ["untested"] }
yubico_manager = "0.9"
x509 = "0.2"
x509-parser = "0.13"
ssh-agent = { version = "0.2", features = ["agent"] }
p256 = { version = "0.13.0", features = ["pem", "ecdh"] }
spki = { version = "0.7.0", features = ["pem"] }
p256 = { version = "0.13", features = ["pem", "ecdh"] }
spki = { version = "0.7", features = ["pem"] }
#lazy_static = "1.4.0"
#ssh-key = "0.4.0"
#ctap-hid-fido2 = "2.1.3"