added patch to fix PIV slot error
CI checks / Test MSRV on linux (push) Has been cancelled
CI checks / Test MSRV on macos (push) Has been cancelled
CI checks / Test MSRV on windows (push) Has been cancelled
CI checks / Test latest stable on linux (push) Has been cancelled
CI checks / Test latest stable on macos (push) Has been cancelled
CI checks / Test latest stable on windows (push) Has been cancelled
CI checks / Code coverage (push) Has been cancelled
CI checks / Intra-doc links (push) Has been cancelled
CI checks / Rustfmt (push) Has been cancelled

This commit is contained in:
2026-06-29 01:40:17 +02:00
parent 3ffefedfe8
commit c421d44e4f
+3 -1
View File
@@ -33,6 +33,7 @@ gumdrop = "0.8"
hex = "0.4" hex = "0.4"
hkdf = "0.12" hkdf = "0.12"
hpke = { version = "0.12", default-features = false, features = ["alloc", "p256"] } hpke = { version = "0.12", default-features = false, features = ["alloc", "p256"] }
yubikey = { version = "=0.8.0-pre.0", features = ["untested"] }
log = "0.4" log = "0.4"
p256 = { version = "0.13", features = ["ecdh"] } p256 = { version = "0.13", features = ["ecdh"] }
pcsc = "2.4" pcsc = "2.4"
@@ -42,6 +43,7 @@ which = "5"
x509 = "0.2" x509 = "0.2"
x509-parser = "0.14" x509-parser = "0.14"
# Translations # Translations
i18n-embed = { version = "0.15", features = ["desktop-requester", "fluent-system"] } i18n-embed = { version = "0.15", features = ["desktop-requester", "fluent-system"] }
i18n-embed-fl = "0.9" i18n-embed-fl = "0.9"
@@ -61,4 +63,4 @@ which = "5"
[patch.crates-io] [patch.crates-io]
age-core = { git = "https://github.com/str4d/rage.git", rev = "e08c450aa5d7b1cc5706094080c0042ddd60aaf7" } age-core = { git = "https://github.com/str4d/rage.git", rev = "e08c450aa5d7b1cc5706094080c0042ddd60aaf7" }
age-plugin = { git = "https://github.com/str4d/rage.git", rev = "e08c450aa5d7b1cc5706094080c0042ddd60aaf7" } age-plugin = { git = "https://github.com/str4d/rage.git", rev = "e08c450aa5d7b1cc5706094080c0042ddd60aaf7" }
yubikey = { git = "https://git.ts.zusein.com/james/yubikey.rs.git", rev = "200f9be97bff11063aff48678fe2543690655255" } yubikey = { git = "https://git.ts.zusein.com/james/yubikey.rs.git", rev = "200f9be97bff11063aff48678fe2543690655255" }