Update Rust crate textwrap to 0.16.0 #4

Closed
pierre wants to merge 1 commits from renovate/textwrap-0.x into master
Owner

This PR contains the following updates:

Package Type Update Change
textwrap dependencies minor 0.15.1 -> 0.16.0

Release Notes

mgeisler/textwrap

v0.16.0

Compare Source

This release marks Options as non_exhaustive and extends it to
make line endings configurable, it adds new fast paths to fill and
wrap, and it fixes crashes in unfill and refill.

  • #​480: Mark
    Options as non_exhaustive. This will allow us to extend the
    struct in the future without breaking backwards compatibility.
  • #​478: Add fast
    paths to fill and wrap. This makes the functions 10-25 times
    faster when the no wrapping is needed.
  • #​468: Fix refill
    to add back correct line ending.
  • #​467: Fix crashes
    in unfill and refill.
  • #​458: Test with
    Rust 1.56 (first compiler release with support for Rust 2021).
  • #​454: Make line
    endings configurable.
  • #​448: Migrate to
    the Rust 2021 edition.

v0.15.2

Compare Source

This release is identical to 0.15.0 and is only there to give people a
way to install crates which depend on the yanked 0.15.1 release. See
#​484 for details.


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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [textwrap](https://github.com/mgeisler/textwrap) | dependencies | minor | `0.15.1` -> `0.16.0` | --- ### Release Notes <details> <summary>mgeisler/textwrap</summary> ### [`v0.16.0`](https://github.com/mgeisler/textwrap/blob/HEAD/CHANGELOG.md#Version-0160-2022-10-23) [Compare Source](https://github.com/mgeisler/textwrap/compare/0.15.2...0.16.0) This release marks `Options` as `non_exhaustive` and extends it to make line endings configurable, it adds new fast paths to `fill` and `wrap`, and it fixes crashes in `unfill` and `refill`. - [#&#8203;480](https://github.com/mgeisler/textwrap/pull/480): Mark `Options` as `non_exhaustive`. This will allow us to extend the struct in the future without breaking backwards compatibility. - [#&#8203;478](https://github.com/mgeisler/textwrap/pull/478): Add fast paths to `fill` and `wrap`. This makes the functions 10-25 times faster when the no wrapping is needed. - [#&#8203;468](https://github.com/mgeisler/textwrap/pull/468): Fix `refill` to add back correct line ending. - [#&#8203;467](https://github.com/mgeisler/textwrap/pull/467): Fix crashes in `unfill` and `refill`. - [#&#8203;458](https://github.com/mgeisler/textwrap/pull/458): Test with Rust 1.56 (first compiler release with support for Rust 2021). - [#&#8203;454](https://github.com/mgeisler/textwrap/pull/454): Make line endings configurable. - [#&#8203;448](https://github.com/mgeisler/textwrap/pull/448): Migrate to the Rust 2021 edition. ### [`v0.15.2`](https://github.com/mgeisler/textwrap/blob/HEAD/CHANGELOG.md#Version-0152-2022-10-24) [Compare Source](https://github.com/mgeisler/textwrap/compare/0.15.1...0.15.2) This release is identical to 0.15.0 and is only there to give people a way to install crates which depend on the yanked 0.15.1 release. See [#&#8203;484](https://github.com/mgeisler/textwrap/issues/484) for details. </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMS40IiwidXBkYXRlZEluVmVyIjoiMzQuMjEuNCJ9-->
pierre added 1 commit 2022-11-10 00:24:18 +00:00
Update Rust crate textwrap to 0.16.0
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
dd285caa09
pierre closed this pull request 2023-03-19 17:59:42 +00:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pierre/SeaBattle#4
No description provided.