chore(deps): update Cargo.lock for security patches#140
Conversation
Absorbs latest compatible patch/minor versions including: - rustls-webpki: RUSTSEC-2026-0104, RUSTSEC-2026-0098, RUSTSEC-2026-0099 - thin-vec: RUSTSEC-2026-0103 Updates tokio, rustls, openssl, hyper-rustls, blake3, and 25+ packages. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
CodeAnt AI is reviewing your PR. Thanks for using CodeAnt! 🎉We're free for open-source projects. if you're enjoying it, help us grow by sharing. Share on X · |
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Warning
|
🔒 Snyk Security Scan ResultsSnyk vulnerability scan completed. View results in GitHub Code Scanning dashboard. |
1 similar comment
🔒 Snyk Security Scan ResultsSnyk vulnerability scan completed. View results in GitHub Code Scanning dashboard. |
Legacy Tooling Scan ReportTotal violations: 100
Top findings:
|
|
|
CodeAnt AI finished reviewing your PR. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is ON, but it could not run because on-demand usage is turned off. To enable Bugbot Autofix, turn on on-demand usage and set a spend limit in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 50f038c. Configure here.
| # This file is automatically @generated by Cargo. | ||
| # It is not intended for manual editing. | ||
| version = 4 | ||
| version = 3 |
There was a problem hiding this comment.
Cargo.lock format version downgraded from v4 to v3
Low Severity
The Cargo.lock format version was downgraded from 4 to 3. The project uses channel = "nightly" in rust-toolchain.toml, which defaults to generating v4 lockfiles. This mismatch means the next developer who runs cargo update or any resolve operation will have Cargo silently upgrade the format back to v4, producing a large diff of format-only changes and causing unnecessary churn.
Reviewed by Cursor Bugbot for commit 50f038c. Configure here.





Summary
Absorbs latest compatible patch/minor versions across direct and transitive dependencies.
Security Fixes (RUSTSEC)
Dependency Updates
Checklist
Note
Low Risk
Lockfile-only dependency refresh; low code risk but may change runtime behavior in network/TLS paths due to
rustls/rustls-webpkiandtokiopatch/minor bumps.Overview
Updates
Cargo.lockto pull in the latest compatible patch/minor versions across the dependency graph, including security-related upgrades (notablyrustls-webpki, plusrustls,tokio,openssl, and related HTTP/TLS crates). No source code changes are included—this is strictly a lockfile refresh to pick up patched transitive versions.Reviewed by Cursor Bugbot for commit 50f038c. Bugbot is set up for automated code reviews on this repo. Configure here.