Skip to content

build(deps): bump textwrap from 0.16.2 to 0.16.3 - #652

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/textwrap-0.16.3
Closed

build(deps): bump textwrap from 0.16.2 to 0.16.3#652
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/textwrap-0.16.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

Bumps textwrap from 0.16.2 to 0.16.3.

Release notes

Sourced from textwrap's releases.

textwrap-0.16.3

Version 0.16.3 (2026-09-10)

This release adds no_std support as well as optional support for wrapping complex Unicode scripts such as Khmer, Lao, Myanmar, and Thai. The minimum supported Rust version is now 1.90.

  • #586: Make Word::width public so it can be used without Word::from.
  • #587: Add Options::preserve_trailing_space to keep trailing whitespace when wrapping text.
  • #594: Add example showing how one can use owned Options.
  • #597: Add GitHub Sponsors configuration.
  • #608: Switch from unicode-linebreak to icu_segmenter.
  • #623: Avoid arithmetic overflow in wrap_columns.
  • #626: Add no_std support.
Changelog

Sourced from textwrap's changelog.

Version 0.16.3 (2026-09-10)

This release adds no_std support as well as optional support for wrapping complex Unicode scripts such as Khmer, Lao, Myanmar, and Thai. The minimum supported Rust version is now 1.90.

  • #586: Make Word::width public so it can be used without Word::from.
  • #587: Add Options::preserve_trailing_space to keep trailing whitespace when wrapping text.
  • #594: Add example showing how one can use owned Options.
  • #597: Add GitHub Sponsors configuration.
  • #608: Switch from unicode-linebreak to icu_segmenter.
  • #623: Avoid arithmetic overflow in wrap_columns.
  • #626: Add no_std support.
Commits
  • f083b7c Merge pull request #627 from mgeisler/release-0.16.3
  • 2d9f24d Bump version to 0.16.3
  • 33d5ec7 Update changelog for version 0.16.3
  • c4b364b Add dependency graph for version 0.16.3
  • ea2c6be Limit dependency graph to direct dependencies
  • d9e2bf9 Merge pull request #626 from mgeisler/no_std_support
  • 4540758 Test unicode-width feature matrix in CI
  • ffe3bc3 Test wrapping with unicode-width in no_std configurations
  • e975eb7 Document no_std support
  • 9123d69 Clean up no_std support and add continuous integration check
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [textwrap](https://github.com/mgeisler/textwrap) from 0.16.2 to 0.16.3.
- [Release notes](https://github.com/mgeisler/textwrap/releases)
- [Changelog](https://github.com/mgeisler/textwrap/blob/main/CHANGELOG.md)
- [Commits](mgeisler/textwrap@0.16.2...0.16.3)

---
updated-dependencies:
- dependency-name: textwrap
  dependency-version: 0.16.3
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 14, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 14, 2026 03:33
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 14, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor Author

Looks like textwrap is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 14, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/textwrap-0.16.3 branch September 14, 2026 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants