feat: v1.12.3

This commit is contained in:
2025-05-01 23:38:36 +08:00
parent 86489c5d29
commit 3dae02e090
8 changed files with 79 additions and 49 deletions

29
Cargo.lock generated
View File

@@ -508,7 +508,7 @@ dependencies = [
[[package]]
name = "card-cli"
version = "1.12.2"
version = "1.12.3"
dependencies = [
"aes-gcm-stream",
"authenticator 0.3.1",
@@ -551,6 +551,7 @@ dependencies = [
"swift-secure-enclave-tool-rs",
"tabled",
"u2f-hatter-fork",
"which 7.0.3",
"x509",
"x509-parser 0.15.1",
"yubico_manager",
@@ -1096,6 +1097,12 @@ dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "env_home"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
[[package]]
name = "env_logger"
version = "0.10.2"
@@ -2663,7 +2670,7 @@ dependencies = [
"nom 7.1.3",
"percent-encoding",
"secrecy",
"which",
"which 4.4.2",
"zeroize",
]
@@ -4518,6 +4525,18 @@ dependencies = [
"rustix 0.38.44",
]
[[package]]
name = "which"
version = "7.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762"
dependencies = [
"either",
"env_home",
"rustix 1.0.5",
"winsafe",
]
[[package]]
name = "winapi"
version = "0.2.8"
@@ -4778,6 +4797,12 @@ dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "winsafe"
version = "0.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
[[package]]
name = "wit-bindgen-rt"
version = "0.39.0"