Skip to content

chore(deps): bump the cargo-minor-patch group with 3 updates - #361

Merged
srothgan merged 1 commit into
mainfrom
dependabot/cargo/cargo-minor-patch-5dae0485cf
Sep 1, 2026
Merged

srothgan merged 1 commit into
mainfrom
dependabot/cargo/cargo-minor-patch-5dae0485cf

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the cargo-minor-patch group with 3 updates: tui-textarea-2, uuid and which.

Updates tui-textarea-2 from 0.13.0 to 0.13.2

Release notes

Sourced from tui-textarea-2's releases.

v0.13.2

Bug Fixes

  • Cursor visibility (#38, @​srothgan): Reserve a caret cell in wrapped layouts.
  • Word wrapping (#38, @​srothgan): Split oversized words at grapheme boundaries and keep WordOrGlyph compatible with Word.
  • Whitespace wrapping (#38, @​srothgan): Wrap whitespace runs one grapheme at a time to keep cursor placement stable.

Architecture

  • Shared layout metrics (#38, @​srothgan): Use one width calculation for measurement, rendering, cursor mapping, and hit testing.
Changelog

Sourced from tui-textarea-2's changelog.

[0.13.2] - 2026-08-23 [Changes][v0.13.2]

Bug Fixes

  • Cursor visibility (#38, @​srothgan): Reserve a caret cell in wrapped layouts.
  • Word wrapping (#38, @​srothgan): Split oversized words at grapheme boundaries and keep WordOrGlyph compatible with Word.
  • Whitespace wrapping (#38, @​srothgan): Wrap whitespace runs one grapheme at a time to keep cursor placement stable.

Architecture

  • Shared layout metrics (#38, @​srothgan): Use one width calculation for measurement, rendering, cursor mapping, and hit testing.
Commits

Updates uuid from 1.24.1 to 1.26.0

Release notes

Sourced from uuid's releases.

v1.26.0

What's Changed

Full Changelog: uuid-rs/uuid@1.25.0...v1.26.0

1.25.0

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.24.1...1.25.0

Commits
  • cdc96a8 Merge pull request #905 from uuid-rs/cargo/v1.26.0
  • 34e4f49 don't test macros under miri
  • d9e7242 update nightly used for miri
  • ec16819 prepare for 1.26.0 release
  • 162cd20 Merge pull request #904 from ChrisJr404/v7-additional-precision-bits
  • 97eceff Add ContextV7::with_additional_precision_bits for microsecond clocks
  • 302e0bf Merge pull request #903 from uuid-rs/cargo/1.25.0
  • b7ccde8 prepare for 1.25.0 release
  • c62dffb Merge pull request #902 from ChrisJr404/serde-bytes-module
  • 8c198b2 Add a serde::bytes module that encodes as a byte string
  • See full diff in compare view

Updates which from 8.0.5 to 8.0.6

Release notes

Sourced from which's releases.

8.0.6

What's Changed

New Contributors

Full Changelog: harryfei/which-rs@8.0.5...8.0.6

Changelog

Sourced from which's changelog.

8.0.6

  • Bug fix: #128 Resolve relative PATH entries against the user provided CWD when available, rather than the process CWD. Thanks @​RSS1102 for your contribution to which!
Commits

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 cargo-minor-patch group with 3 updates: [tui-textarea-2](https://github.com/srothgan/tui-textarea), [uuid](https://github.com/uuid-rs/uuid) and [which](https://github.com/harryfei/which-rs).


Updates `tui-textarea-2` from 0.13.0 to 0.13.2
- [Release notes](https://github.com/srothgan/tui-textarea/releases)
- [Changelog](https://github.com/srothgan/tui-textarea/blob/main/CHANGELOG.md)
- [Commits](srothgan/tui-textarea@v0.13.0...v0.13.2)

Updates `uuid` from 1.24.1 to 1.26.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.24.1...v1.26.0)

Updates `which` from 8.0.5 to 8.0.6
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](harryfei/which-rs@8.0.5...8.0.6)

---
updated-dependencies:
- dependency-name: tui-textarea-2
  dependency-version: 0.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-patch
- dependency-name: uuid
  dependency-version: 1.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor-patch
- dependency-name: which
  dependency-version: 8.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the type: dependencies Dependency updates label Aug 31, 2026
@dependabot
dependabot Bot requested a review from srothgan as a code owner August 31, 2026 09:55
@dependabot dependabot Bot added the type: dependencies Dependency updates label Aug 31, 2026
@srothgan
srothgan merged commit 61bf078 into main Sep 1, 2026
16 checks passed
@srothgan
srothgan deleted the dependabot/cargo/cargo-minor-patch-5dae0485cf branch September 1, 2026 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant