From 2220428abaaf7ab4295f60c26bbd0e6d0f8e9e99 Mon Sep 17 00:00:00 2001 From: Cody Kickertz Date: Fri, 11 Sep 2026 19:04:25 -0500 Subject: [PATCH] fix(deps): update der to unyank cargo audit der 0.8.0 was yanked upstream, tripping the cargo audit --deny yanked gate transitively via pkcs8/spki. Bump to 0.8.2, the latest non-yanked patch within the existing ^0.8 constraint. Refs #75 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9788a62..bb24dfa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -234,9 +234,9 @@ dependencies = [ [[package]] name = "der" -version = "0.8.0" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71fd89660b2dc699704064e59e9dba0147b903e85319429e131620d022be411b" +checksum = "a878c850e9e421b20262e9b41f9c860e4785fa07541c266b62ff9d1ef998a80a" dependencies = [ "const-oid", "zeroize",