Skip to content

chore(deps): bump textwrap from 0.16.2 to 0.16.3 in the rust-dependencies group - #68

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-dependencies-0e542059bb
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-dependencies-0e542059bb

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the rust-dependencies group with 1 update: textwrap.

Updates 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the rust-dependencies group with 1 update: [textwrap](https://github.com/mgeisler/textwrap).


Updates `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: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 14, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant