Normalize DetMir Rust lockfile - #59
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
$## Summary\n- remove stale lockfile entries for workspace crates that are not present on this base branch\n- remove stale detmir-dlp dependency entries generated before dependency cleanup\n\n## Verification\n- git diff --check\n- cargo metadata --locked --offline --format-version 1\n- cargo test -p detmir-dlp --locked --offline\n\n## Notes\n- no dependency version churn\n- this PR should merge before the security-finding-inbox branch so that the inbox PR reintroduces its own lockfile entries explicitly