Update Rust crate shlex to v2 #514

Merged
navicore merged 1 commit from renovate/shlex-2.x into main 2026-05-21 11:26:21 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
shlex dependencies major 1.32.0

Release Notes

comex/rust-shlex (shlex)

v2.0.1

  • Fixes a compile error when building the documentation.

v2.0.0

  • Breaking: Items that were marked as deprecated in 1.x have been removed: join, quote, bytes::join, and bytes::quote.
  • Breaking: The DerefMut impl for Shlex has been removed since it was unsound. New unsafe APIs have been added in its place: Shlex::from_bytes, Shlex::as_bytes_mut.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 08:00 AM and 09:59 AM, only on Monday and Thursday (* 8-9 * * 1,4)
  • 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 has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [shlex](https://github.com/comex/rust-shlex) | dependencies | major | `1.3` → `2.0` | --- ### Release Notes <details> <summary>comex/rust-shlex (shlex)</summary> ### [`v2.0.1`](https://github.com/comex/rust-shlex/blob/HEAD/CHANGELOG.md#201) - Fixes a compile error when building the documentation. ### [`v2.0.0`](https://github.com/comex/rust-shlex/blob/HEAD/CHANGELOG.md#200) - **Breaking:** Items that were marked as deprecated in 1.x have been removed: `join`, `quote`, `bytes::join`, and `bytes::quote`. - **Breaking:** The `DerefMut` impl for `Shlex` has been removed since it was unsound. New `unsafe` APIs have been added in its place: `Shlex::from_bytes`, `Shlex::as_bytes_mut`. </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 08:00 AM and 09:59 AM, only on Monday and Thursday (`* 8-9 * * 1,4`) - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xODYuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE4Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update Rust crate shlex to v2
All checks were successful
CI - Linux / CI - Linux x86_64 (pull_request) Successful in 8m5s
59803fe0b0
navicore deleted branch renovate/shlex-2.x 2026-05-21 11:26:21 +00:00
Sign in to join this conversation.
No description provided.