Skip to content

chore(deps): Update serde-saphyr dep#79

Merged
Artifizer merged 1 commit intoGlobalTypeSystem:mainfrom
jalankulkija:update-serde-saphyr
Apr 22, 2026
Merged

chore(deps): Update serde-saphyr dep#79
Artifizer merged 1 commit intoGlobalTypeSystem:mainfrom
jalankulkija:update-serde-saphyr

Conversation

@jalankulkija
Copy link
Copy Markdown

@jalankulkija jalankulkija commented Apr 21, 2026

Summary

Dependency changes

Added: annotate-snippets, saphyr-parser-bw, zmij, unicode-width
Removed: foldhash, hashbrown, hashlink, saphyr-parser, smallvec 2.0.0-alpha (replaced by stable smallvec 1.15.1)

Notes

  • serde-saphyr 0.0.23 split features into serialize / deserialize (both on by default) — transparent since we use default features.
  • 0.0.18 overhauled error messages; we only propagate errors, no match-on-string breakage.

Summary by CodeRabbit

  • Chores
    • Updated a key dependency to the latest compatible version for improved stability and performance.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 21, 2026

Warning

Rate limit exceeded

@jalankulkija has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 52 minutes and 50 seconds before requesting another review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 28a32ff6-4b97-403e-932d-46ba0a8720bb

📥 Commits

Reviewing files that changed from the base of the PR and between 576db08 and 352f72a.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • Cargo.toml
📝 Walkthrough

Walkthrough

Updated the serde-saphyr dependency version from 0.0.10 to 0.0.24 in Cargo.toml. This changes the resolved crate version used during builds and may alter behavior of code relying on that dependency.

Changes

Cohort / File(s) Summary
Dependency Version Update
Cargo.toml
Updated serde-saphyr dependency from 0.0.10 to 0.0.24, advancing to a newer version of the crate.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

🐰 A version bump hops into sight,
From 0.0.10 to 0.0.24 so bright!
Serde-saphyr upgrades with glee,
New features whisper in the dependency tree! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: updating the serde-saphyr dependency from 0.0.10 to 0.0.24, which is the core objective of this pull request.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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 and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: b0b2e057-1910-49e2-b1c5-276768224118

📥 Commits

Reviewing files that changed from the base of the PR and between 3c3a5db and 576db08.

📒 Files selected for processing (1)
  • Cargo.toml

Comment thread Cargo.toml
Signed-off-by: Andrey Kuzmin <andrey.kuzmin@acronis.com>
@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@Artifizer Artifizer merged commit 96065e7 into GlobalTypeSystem:main Apr 22, 2026
8 checks passed
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.

3 participants