Skip to content

Document Rust dependency hygiene checks - #60

Open
igor04091968 wants to merge 1 commit into
detmir-lockfile-normalize-20260701from
detmir-rust-dependency-hygiene-runbook-20260701
Open

Document Rust dependency hygiene checks#60
igor04091968 wants to merge 1 commit into
detmir-lockfile-normalize-20260701from
detmir-rust-dependency-hygiene-runbook-20260701

Conversation

@igor04091968

Copy link
Copy Markdown
Owner

$## Summary\n- document dependency hygiene commands for DetMir/AWatch-rus Rust workspace\n- add cargo metadata, cargo tree --duplicates, cargo update --locked, cargo audit, cargo deny and periodic cargo machete guidance\n- clarify that cargo update --locked is a drift probe and should produce a separate dependency-refresh PR instead of silent lockfile churn\n\n## Verification\n- git diff --check\n- cargo metadata --locked --format-version 1\n- cargo tree --duplicates --locked\n- cargo audit --deny warnings\n- cargo deny --manifest-path adk-rust/Cargo.toml check --config deny.toml --hide-inclusion-graph --show-stats\n- cargo machete\n\n## Notes\n- cargo update --locked reported compatible newer dependency versions and refused to change Cargo.lock, as expected for drift probing\n- cargo machete currently reports candidate unused deps for a separate cleanup PR after manual verification

@coderabbitai

coderabbitai Bot commented Jul 1, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: fb3559ec-e919-4795-bd3d-62e06046f747

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch detmir-rust-dependency-hygiene-runbook-20260701

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

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.

1 participant