Skip to content

chore(deps): move off the yanked der 0.8.0 - #963

Merged
sirahd merged 1 commit into
mainfrom
sirahd/unyank-der
Sep 11, 2026
Merged

chore(deps): move off the yanked der 0.8.0#963
sirahd merged 1 commit into
mainfrom
sirahd/unyank-der

Conversation

@sirahd

@sirahd sirahd commented Sep 9, 2026

Copy link
Copy Markdown
Collaborator

cargo audit -D warnings fails on der 0.8.0, which has been yanked, so the Cargo Audit job is red on every PR (including #952, now main's HEAD). Bumps it to 0.8.2 — lockfile only, no manifest change. der arrives transitively via russh in git_xet's dev-dependencies.

cargo check -p git_xet --all-targets passes; local cargo audit can't verify against the registry proxy, so the Cargo Audit job here is the real check.


Note

Low Risk
Lockfile-only transitive dependency bump with no application code changes.

Overview
Unblocks Cargo Audit by replacing the yanked der 0.8.0 with 0.8.2 in Cargo.lock only—no Cargo.toml changes. The crate is pulled in transitively (e.g. via russh in git_xet dev-dependencies), so this fixes the failing cargo audit -D warnings check that was red on CI.

Reviewed by Cursor Bugbot for commit 3d3077c. Bugbot is set up for automated code reviews on this repo. Configure here.

`cargo audit -D warnings` fails the build on it. 0.8.2 is a lockfile-only
bump; der arrives transitively through russh in git_xet's dev-dependencies.
@sirahd
sirahd merged commit 14a0a62 into main Sep 11, 2026
10 checks passed
@sirahd
sirahd deleted the sirahd/unyank-der branch September 11, 2026 19:30
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.

2 participants