Skip to content

chore(deps): update rust crates - #96

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rust-crates
Open

chore(deps): update rust crates#96
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rust-crates

Conversation

@renovate

@renovate renovate Bot commented May 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
convert_case dependencies minor 0.11.00.12.0
jiff dependencies patch 0.2.340.2.35
log dependencies patch 0.4.330.4.34
owo-colors dependencies minor 4.3.04.4.0

Release Notes

rutrum/convert-case (convert_case)

v0.12.0

Compare Source

This release improves speed and memory efficiency. A couple techniques were used:

  • Character case checks first check ascii before doing the more expensive grapheme checks (which require heap allocations).
  • Delimiter only splits get a dedicated path in the split method.
  • The case of characters is computed upfront in a bitmask before checking individual boundary conditions in split. Built-in boundaries get a custom implementation built on top of this bitmask.
Benchmark Before After Improvement
snake_short ("hello_world") 412 ns 21.3 ns −95%
lower_upper ("lowerUpperUpper") 1,631 ns 475 ns −71%
acronym ("XMLRequest") 1,108 ns 418 ns −62%
camel_set ("getTotalLength3D") 3,844 ns 643 ns −83%
defaults_mixed (9 boundaries) 8,083 ns 1,500 ns −81%
defaults_long_snake (265 chars) 52,281 ns 4,730 ns −91%
unicode_cyrillic ("ПЕРСПЕКТИВА24") 8,334 ns 741 ns −91%
Full pipeline from_to_all (4 words x 14 x 14) 1,230 µs 263 µs −79%
BurntSushi/jiff (jiff)

v0.2.35

Compare Source

===================
This release fixes a bug in duration parsing where, e.g., -PT0.5S would be
parsed as if the - sign didn't exist. This bug also affects friendly
durations such as -0.5s.

Bug fixes:

  • #​613:
    Fixes a bug where the sign in a duration could be ignored while parsing.
rust-lang/log (log)

v0.4.34

Compare Source

owo-colors/owo-colors (owo-colors)

v4.4.0

Compare Source

Changed
  • Updated MSRV to Rust 1.83. Thanks Expyron for your first contribution!

Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 changed the title chore(deps): update rust crate jiff to v0.2.25 chore(deps): update rust crates May 25, 2026
@renovate
renovate Bot force-pushed the renovate/rust-crates branch 4 times, most recently from 140c095 to 55537a9 Compare May 30, 2026 20:08
@renovate
renovate Bot force-pushed the renovate/rust-crates branch 5 times, most recently from 9155c99 to 3da963c Compare June 5, 2026 11:23
@renovate
renovate Bot force-pushed the renovate/rust-crates branch 2 times, most recently from ecc2168 to 41239de Compare June 21, 2026 02:05
@renovate
renovate Bot force-pushed the renovate/rust-crates branch from 41239de to 7912743 Compare June 29, 2026 23:06
@renovate
renovate Bot force-pushed the renovate/rust-crates branch from 7912743 to 6b72293 Compare July 9, 2026 02:52
@renovate
renovate Bot force-pushed the renovate/rust-crates branch 2 times, most recently from 3d8b18f to 7ccf7a7 Compare July 20, 2026 04:56
@renovate renovate Bot changed the title chore(deps): update rust crates chore(deps): update rust crates - autoclosed Jul 21, 2026
@renovate renovate Bot closed this Jul 21, 2026
@renovate
renovate Bot deleted the renovate/rust-crates branch July 21, 2026 09:13
@renovate renovate Bot changed the title chore(deps): update rust crates - autoclosed chore(deps): update rust crate jiff to v0.2.35 Jul 26, 2026
@renovate renovate Bot reopened this Jul 26, 2026
@renovate
renovate Bot force-pushed the renovate/rust-crates branch 2 times, most recently from 7ccf7a7 to 7a46687 Compare July 26, 2026 04:31
@renovate
renovate Bot force-pushed the renovate/rust-crates branch from 7a46687 to c2104a8 Compare August 11, 2026 23:55
@renovate
renovate Bot force-pushed the renovate/rust-crates branch from c2104a8 to 5a2611f Compare August 22, 2026 14:06
@renovate renovate Bot changed the title chore(deps): update rust crate jiff to v0.2.35 chore(deps): update rust crates Aug 22, 2026
@renovate
renovate Bot force-pushed the renovate/rust-crates branch 2 times, most recently from 35ddfcd to 8ff78a8 Compare August 27, 2026 12:56
@renovate
renovate Bot force-pushed the renovate/rust-crates branch from 8ff78a8 to 6d7ce33 Compare August 27, 2026 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants