This repository was archived by the owner on Apr 22, 2026. It is now read-only.
deps: update rust crate smol_str to 0.3#49
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
94e2628 to
f4028ff
Compare
f4028ff to
9d48030
Compare
9d48030 to
96b4420
Compare
96b4420 to
d284ab8
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.1→0.3Release Notes
rust-lang/rust-analyzer (smol_str)
v0.3.6borshfeature.v0.3.5SmolStr::clone4-5x speedup inline, 0.5x heap (slow down).v0.3.4rust-versionfield toCargo.tomlv0.3.3StrExt::to_ascii_lowercase_smolstr,StrExt::to_ascii_uppercase_smolstr~2x speedup inline, ~4-22x for heap.
StrExt::to_lowercase_smolstr,StrExt::to_uppercase_smolstr~2x speedup inline, ~5-50x for heap.StrExt::replace_smolstr,StrExt::replacen_smolstrfor single ascii replace,~3x speedup inline & heap.
v0.3.2SmolStrBuilder::pushincorrectly padding null bytes when spilling onto the heap on amultibyte character push
v0.3.1SmolStrBuilderleaking implementation detailsv0.3.0SmolStr::new_inline_from_asciifunctionSmolStr::to_stringin favor ofToString::to_stringimpl AsRef<[u8]> for SmolStrimplimpl AsRef<OsStr> for SmolStrimplimpl AsRef<Path> for SmolStrimplSmolStrBuilderv0.2.2StrExttrait providingto_lowercase_smolstr,replace_smolstrand similarPartialEqoptimization forptr_eq-able representationsConfiguration
📅 Schedule: 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.