Skip to content

fix(deps): update der to unyank cargo audit - #76

Merged
forkwright merged 1 commit into
mainfrom
fix/der-yanked-audit
Sep 12, 2026
Merged

fix(deps): update der to unyank cargo audit#76
forkwright merged 1 commit into
mainfrom
fix/der-yanked-audit

Conversation

@forkwright

Copy link
Copy Markdown
Owner

der 0.8.0 was yanked upstream, which trips the cargo audit --deny yanked gate in the Security workflow (red since 2026-09-09). It reaches the tree transitively via ml-kem -> pkcs8 -> der/spki.

Bump to der 0.8.2 (latest non-yanked patch; pkcs8/spki already accept ^0.8, so this is lockfile-only — no manifest change). Verified locally with cargo audit --deny unmaintained --deny unsound --deny yanked — clean.

Closes #75

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
@forkwright
forkwright enabled auto-merge (squash) September 12, 2026 00:04
@forkwright
forkwright merged commit 51b1e2e into main Sep 12, 2026
14 checks passed
@forkwright
forkwright deleted the fix/der-yanked-audit branch September 12, 2026 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ci: cargo audit fails on yanked der 0.8.0

1 participant