feat: v1.11.2

This commit is contained in:
2025-03-24 07:31:29 +08:00
parent 468701b3ff
commit c5e35fd941
2 changed files with 7 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "card-cli"
version = "1.11.1"
version = "1.11.2"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
@@ -20,7 +20,6 @@ base64 = "0.21"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
hex = "0.4"
u2f = "0.2"
openpgp-card = "0.3"
openpgp-card-pcsc = "0.3"
openpgp-card-sequoia = { version = "0.1", optional = true }
@@ -52,9 +51,7 @@ sshcerts = "0.13"
regex = "1.4.6"
aes-gcm-stream = "0.2"
swift-secure-enclave-tool-rs = "0.1"
u2f-hatter-fork = "0.2"
#lazy_static = "1.4.0"
#ssh-key = "0.4.0"
#ctap-hid-fido2 = "2.1.3"
[patch.crates-io]
u2f = { git = "https://github.com/jht5945/u2f-rs.git" }