feat: v1.12.5

This commit is contained in:
2025-05-02 13:13:32 +08:00
parent a3541e7b68
commit e52e42d48c
6 changed files with 48 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "card-cli"
version = "1.12.4"
version = "1.12.5"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
@@ -40,6 +40,7 @@ x509-parser = { version = "0.15", features = ["verify"] }
ssh-agent = { version = "0.2", features = ["agent"] }
p256 = { version = "0.13", features = ["pem", "ecdh", "ecdsa", "jwk"] }
p384 = { version = "0.13", features = ["pem", "ecdh", "ecdsa", "jwk"] }
p521 = { version = "0.13", features = ["pem", "ecdh", "ecdsa", "jwk"] }
spki = { version = "0.7", features = ["pem"] }
tabled = "0.14"
env_logger = "0.10"