From c421d44e4fc9e756119cca9ba413d0e496b459cf Mon Sep 17 00:00:00 2001 From: James Price Date: Mon, 29 Jun 2026 01:40:17 +0200 Subject: [PATCH] added patch to fix PIV slot error --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fc42e18..f9fe1e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,6 +33,7 @@ gumdrop = "0.8" hex = "0.4" hkdf = "0.12" hpke = { version = "0.12", default-features = false, features = ["alloc", "p256"] } +yubikey = { version = "=0.8.0-pre.0", features = ["untested"] } log = "0.4" p256 = { version = "0.13", features = ["ecdh"] } pcsc = "2.4" @@ -42,6 +43,7 @@ which = "5" x509 = "0.2" x509-parser = "0.14" + # Translations i18n-embed = { version = "0.15", features = ["desktop-requester", "fluent-system"] } i18n-embed-fl = "0.9" @@ -61,4 +63,4 @@ which = "5" [patch.crates-io] age-core = { 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" } \ No newline at end of file