-
Notifications
You must be signed in to change notification settings - Fork 182
chore: replace deprecated paste crate with pastey #6202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThis PR migrates the project from the Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Notes:
Possibly related PRs
Suggested labels
Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (23)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
🔇 Additional comments (23)
Comment |
|
|
||
| # optional dependencies | ||
| console-subscriber = { version = "0.4", features = ["parking_lot"], optional = true } | ||
| fvm_actor_utils = "14.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These 2 do not belong to the optional section
Summary of changes
https://rustsec.org/advisories/RUSTSEC-2024-0436.html
We cannot remove it from
deny.tomlyet because it still appears inCargo.lockChanges introduced in this pull request:
Reference issue to close (if applicable)
Closes
Other information and links
Change checklist
Summary by CodeRabbit