chore(deps): Update serde-saphyr dep#79
Conversation
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 52 minutes and 50 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdated the Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@Cargo.toml`:
- Line 192: Cargo.lock is pinned to serde-saphyr 0.0.10 while Cargo.toml
declares serde-saphyr = "0.0.24"; update the lockfile so both match by running
the cargo update command and regenerating Cargo.lock (e.g., run `cargo update -p
serde-saphyr`) to bump the resolved version to 0.0.24, then commit the updated
Cargo.lock so call sites using serde_saphyr::from_str and
serde_saphyr::from_multiple remain consistent with Cargo.toml.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
Signed-off-by: Andrey Kuzmin <andrey.kuzmin@acronis.com>
576db08 to
352f72a
Compare
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Summary
serde-saphyrfrom 0.0.10 to 0.0.24 (latest).Dependency changes
Added:
annotate-snippets,saphyr-parser-bw,zmij,unicode-widthRemoved:
foldhash,hashbrown,hashlink,saphyr-parser,smallvec 2.0.0-alpha(replaced by stablesmallvec 1.15.1)Notes
serde-saphyr0.0.23 split features intoserialize/deserialize(both on by default) — transparent since we use default features.Summary by CodeRabbit