From 5ee131c3335057ff303f2cd68344f2db2d1f7138 Mon Sep 17 00:00:00 2001 From: James Price Date: Mon, 29 Jun 2026 02:01:49 +0200 Subject: [PATCH] added patch to fix PIV slot error --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a663f9c..7aa715b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3292,7 +3292,7 @@ dependencies = [ [[package]] name = "yubikey" version = "0.8.0-pre.0" -source = "git+https://git.ts.zusein.com/james/yubikey.rs.git?rev=200f9be97bff11063aff48678fe2543690655255#200f9be97bff11063aff48678fe2543690655255" +source = "git+https://git.ts.zusein.com/james/yubikey.rs.git?rev=8c86cab3724a2c6c60348a13d8a93f3652507920#8c86cab3724a2c6c60348a13d8a93f3652507920" dependencies = [ "base16ct", "chrono", diff --git a/Cargo.toml b/Cargo.toml index f9fe1e0..5b6c573 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,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" } \ No newline at end of file +yubikey = { git = "https://git.ts.zusein.com/james/yubikey.rs.git", rev = "8c86cab3724a2c6c60348a13d8a93f3652507920" } \ No newline at end of file