chore(deps): update rust crates - #96
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/rust-crates
branch
4 times, most recently
from
May 30, 2026 20:08
140c095 to
55537a9
Compare
renovate
Bot
force-pushed
the
renovate/rust-crates
branch
5 times, most recently
from
June 5, 2026 11:23
9155c99 to
3da963c
Compare
renovate
Bot
force-pushed
the
renovate/rust-crates
branch
2 times, most recently
from
June 21, 2026 02:05
ecc2168 to
41239de
Compare
renovate
Bot
force-pushed
the
renovate/rust-crates
branch
from
June 29, 2026 23:06
41239de to
7912743
Compare
renovate
Bot
force-pushed
the
renovate/rust-crates
branch
from
July 9, 2026 02:52
7912743 to
6b72293
Compare
renovate
Bot
force-pushed
the
renovate/rust-crates
branch
2 times, most recently
from
July 20, 2026 04:56
3d8b18f to
7ccf7a7
Compare
renovate
Bot
force-pushed
the
renovate/rust-crates
branch
2 times, most recently
from
July 26, 2026 04:31
7ccf7a7 to
7a46687
Compare
renovate
Bot
force-pushed
the
renovate/rust-crates
branch
from
August 11, 2026 23:55
7a46687 to
c2104a8
Compare
renovate
Bot
force-pushed
the
renovate/rust-crates
branch
from
August 22, 2026 14:06
c2104a8 to
5a2611f
Compare
renovate
Bot
force-pushed
the
renovate/rust-crates
branch
2 times, most recently
from
August 27, 2026 12:56
35ddfcd to
8ff78a8
Compare
renovate
Bot
force-pushed
the
renovate/rust-crates
branch
from
August 27, 2026 19:53
8ff78a8 to
6d7ce33
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.11.0→0.12.00.2.34→0.2.350.4.33→0.4.344.3.0→4.4.0Release Notes
rutrum/convert-case (convert_case)
v0.12.0Compare Source
This release improves speed and memory efficiency. A couple techniques were used:
splitmethod.split. Built-in boundaries get a custom implementation built on top of this bitmask.snake_short("hello_world")lower_upper("lowerUpperUpper")acronym("XMLRequest")camel_set("getTotalLength3D")defaults_mixed(9 boundaries)defaults_long_snake(265 chars)unicode_cyrillic("ПЕРСПЕКТИВА24")from_to_all(4 words x 14 x 14)BurntSushi/jiff (jiff)
v0.2.35Compare Source
===================
This release fixes a bug in duration parsing where, e.g.,
-PT0.5Swould beparsed as if the
-sign didn't exist. This bug also affects friendlydurations such as
-0.5s.Bug fixes:
Fixes a bug where the sign in a duration could be ignored while parsing.
rust-lang/log (log)
v0.4.34Compare Source
owo-colors/owo-colors (owo-colors)
v4.4.0Compare Source
Changed
Configuration
📅 Schedule: (in timezone Asia/Shanghai)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.