Skip to content

fix(deps): update rust crate pluralizer to 0.5.0#3506

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/pluralizer-0.x
Jan 22, 2026
Merged

fix(deps): update rust crate pluralizer to 0.5.0#3506
renovate[bot] merged 1 commit intomainfrom
renovate/pluralizer-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 21, 2026

This PR contains the following updates:

Package Type Update Change
pluralizer dependencies minor 0.4.00.5.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

KennethGomez/pluralizer (pluralizer)

v0.5.0

Compare Source

What's changed

  • Regex Crate Upgrade: Upgraded the regex crate to a newer version for better performance.
  • Concurrency Improvements: Replaced lazy_static! with once_cell::sync::Lazy and RwLock, allowing more efficient concurrent reads.
  • Refactoring and Cleanup: Reduced cloning of large data structures to improve throughput.
  • Performance Gains: Benchmarks show significant improvements compared to the previous version:
    • pluralize calls: ~7.6 ms (over 100x faster)
    • Rule operations: ~7.8 ms (over 35x faster)

Full Changelog: KennethGomez/pluralizer@0.4.0...0.5.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) January 21, 2026 10:36
@github-actions github-actions bot added the type: fix Iterations on existing features or infrastructure. label Jan 21, 2026
@renovate renovate bot force-pushed the renovate/pluralizer-0.x branch 6 times, most recently from fd9c122 to 5919053 Compare January 22, 2026 09:35
@renovate renovate bot force-pushed the renovate/pluralizer-0.x branch from 5919053 to 147b14b Compare January 22, 2026 17:03
@renovate renovate bot merged commit d5b42e4 into main Jan 22, 2026
31 checks passed
@renovate renovate bot deleted the renovate/pluralizer-0.x branch January 22, 2026 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: fix Iterations on existing features or infrastructure.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants