Update dependency rustic-rs/rustic to v0.11.4 #24

Open
renovate-bot wants to merge 1 commit from renovate/rustic-rs-rustic-0.x into main
Collaborator

This PR contains the following updates:

Package Update Change
rustic-rs/rustic patch 0.11.3 → 0.11.4

Release Notes

rustic-rs/rustic (rustic-rs/rustic)

v0.11.4

Compare Source

Added
Fixed
  • read full packs from cold backend in hot/cold case (#​542, #​1868)
  • use no parent for stdin source (#​536)
  • link jemallocator-global so the jemallocator feature applies (#​1821)
  • treat unchanged symlinks as identical in diff (#​1829)
  • keep completions independent from profiles (#​1830)
  • allow scrolling long read-only TUI text (#​1851)
  • record CLI version in snapshot metadata (#​1803)
  • read stdin-filename from config file (#​1813)
  • deny unknown forget options in config profile (#​1810)
  • set correct UID/GID for dump into tar (#​1801)
Other

Configuration

📅 Schedule: (UTC)

  • 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 has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [rustic-rs/rustic](https://github.com/rustic-rs/rustic) | patch | `0.11.3` → `0.11.4` | --- ### Release Notes <details> <summary>rustic-rs/rustic (rustic-rs/rustic)</summary> ### [`v0.11.4`](https://github.com/rustic-rs/rustic/blob/HEAD/CHANGELOG.md#0114---2026-08-17) [Compare Source](https://github.com/rustic-rs/rustic/compare/v0.11.3...v0.11.4) ##### Added - Add sparse file support for restore ([#&#8203;530](https://github.com/rustic-rs/rustic_core/pull/530)) - support exclusion on the opendal source ([#&#8203;1812](https://github.com/rustic-rs/rustic/pull/1812), [#&#8203;535](https://github.com/rustic-rs/rustic_core/pull/535)) - stdio protocol between warmup program and rustic ([#&#8203;1782](https://github.com/rustic-rs/rustic_core/pull/1782), [#&#8203;524](https://github.com/rustic-rs/rustic_core/pull/524)) ##### Fixed - read full packs from cold backend in hot/cold case ([#&#8203;542](https://github.com/rustic-rs/rustic_core/pull/542), [#&#8203;1868](https://github.com/rustic-rs/rustic/pull/1868)) - use no parent for stdin source ([#&#8203;536](https://github.com/rustic-rs/rustic_core/pull/536)) - link jemallocator-global so the jemallocator feature applies ([#&#8203;1821](https://github.com/rustic-rs/rustic/pull/1821)) - treat unchanged symlinks as identical in diff ([#&#8203;1829](https://github.com/rustic-rs/rustic/pull/1829)) - keep completions independent from profiles ([#&#8203;1830](https://github.com/rustic-rs/rustic/pull/1830)) - allow scrolling long read-only TUI text ([#&#8203;1851](https://github.com/rustic-rs/rustic/pull/1851)) - record CLI version in snapshot metadata ([#&#8203;1803](https://github.com/rustic-rs/rustic/pull/1803)) - read stdin-filename from config file ([#&#8203;1813](https://github.com/rustic-rs/rustic/pull/1813)) - deny unknown forget options in config profile ([#&#8203;1810](https://github.com/rustic-rs/rustic/pull/1810)) - set correct UID/GID for dump into tar ([#&#8203;1801](https://github.com/rustic-rs/rustic/pull/1801)) ##### Other - refactor packer and optimize memory allocations ([#&#8203;533](https://github.com/rustic-rs/rustic_core/pull/533)) - reduce memory usage for index ([#&#8203;537](https://github.com/rustic-rs/rustic_core/pull/537)) - Add pCloud service example config ([#&#8203;1775](https://github.com/rustic-rs/rustic/pull/1775)) - Update README ([#&#8203;1783](https://github.com/rustic-rs/rustic/pull/1783), [#&#8203;1785](https://github.com/rustic-rs/rustic/pull/1785)) - update dependencies ([#&#8203;1882](https://github.com/rustic-rs/rustic/pull/1882), [#&#8203;1854](https://github.com/rustic-rs/rustic/pull/1854), [#&#8203;541](https://github.com/rustic-rs/rustic_core/pull/541), [#&#8203;539](https://github.com/rustic-rs/rustic_core/pull/539)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4yOS4zIiwidXBkYXRlZEluVmVyIjoiNDQuMjkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/rustic-rs-rustic-0.x:renovate/rustic-rs-rustic-0.x
git switch renovate/rustic-rs-rustic-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/rustic-rs-rustic-0.x
git switch renovate/rustic-rs-rustic-0.x
git rebase main
git switch main
git merge --ff-only renovate/rustic-rs-rustic-0.x
git switch renovate/rustic-rs-rustic-0.x
git rebase main
git switch main
git merge --no-ff renovate/rustic-rs-rustic-0.x
git switch main
git merge --squash renovate/rustic-rs-rustic-0.x
git switch main
git merge --ff-only renovate/rustic-rs-rustic-0.x
git switch main
git merge renovate/rustic-rs-rustic-0.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
unixorn/packages-flamion!24
No description provided.