Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 17, 2023

This PR contains the following updates:

Package Type Update Change
smol_str dependencies minor 0.1 -> 0.3

Release Notes

rust-analyzer/smol_str (smol_str)

v0.3.2

Compare Source

  • Fix SmolStrBuilder::push incorrectly padding null bytes when spilling onto the heap on a
    multibyte character push

v0.3.1

Compare Source

  • Fix SmolStrBuilder leaking implementation details

v0.3.0

Compare Source

  • Remove deprecated SmolStr::new_inline_from_ascii function
  • Remove SmolStr::to_string in favor of ToString::to_string
  • Add impl AsRef<[u8]> for SmolStr impl
  • Add impl AsRef<OsStr> for SmolStr impl
  • Add impl AsRef<Path> for SmolStr impl
  • Add SmolStrBuilder

v0.2.2

Compare Source

  • Add StrExt trait providing to_lowercase_smolstr, replace_smolstr and similar
  • Add PartialEq optimization for ptr_eq-able representations

v0.2.1

Compare Source

v0.2.0

Compare Source

v0.1.25

Compare Source

v0.1.24

Compare Source

v0.1.23

Compare Source

v0.1.22

Compare Source

v0.1.21

Compare Source

v0.1.20

Compare Source

v0.1.19

Compare Source


Configuration

📅 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.


  • 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 force-pushed the renovate/smol_str-0.x branch from ab5c610 to b6b905f Compare May 1, 2024 09:48
@renovate renovate bot changed the title deps: update rust crate smol_str to 0.2 deps: update rust crate smol_str to 0.2.1 May 1, 2024
@renovate renovate bot force-pushed the renovate/smol_str-0.x branch from b6b905f to 9c512cf Compare May 5, 2024 10:08
@renovate renovate bot changed the title deps: update rust crate smol_str to 0.2.1 deps: update rust crate smol_str to 0.2 May 5, 2024
@renovate renovate bot force-pushed the renovate/smol_str-0.x branch from 9c512cf to bf4d7b0 Compare September 3, 2024 10:32
@renovate renovate bot changed the title deps: update rust crate smol_str to 0.2 deps: update rust crate smol_str to 0.3 Sep 3, 2024
@renovate renovate bot force-pushed the renovate/smol_str-0.x branch from bf4d7b0 to f1d0164 Compare August 10, 2025 12:49
@renovate renovate bot force-pushed the renovate/smol_str-0.x branch from f1d0164 to be7bd4b Compare September 25, 2025 16:05
Copy link
Contributor Author

renovate bot commented Sep 25, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/proto/Cargo.toml --package [email protected] --precise 0.3.2
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

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