Skip to content

chore(deps): bump the cargo-dependencies group with 2 updates#70

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/cargo-dependencies-ab246bcfaf
Open

chore(deps): bump the cargo-dependencies group with 2 updates#70
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/cargo-dependencies-ab246bcfaf

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 4, 2026

Bumps the cargo-dependencies group with 2 updates: tokio and tui-widget-list.

Updates tokio from 1.50.0 to 1.51.0

Release notes

Sourced from tokio's releases.

Tokio v1.51.0

1.51.0 (April 3rd, 2026)

Added

  • net: implement get_peer_cred on Hurd (#7989)
  • runtime: add tokio::runtime::worker_index() (#7921)
  • runtime: add runtime name (#7924)
  • runtime: stabilize LocalRuntime (#7557)
  • wasm: add wasm32-wasip2 networking support (#7933)

Changed

  • runtime: steal tasks from the LIFO slot (#7431)

Fixed

  • docs: do not show "Available on non-loom only." doc label (#7977)
  • macros: improve overall macro hygiene (#7997)
  • sync: fix notify_waiters priority in Notify (#7996)
  • sync: fix panic in Chan::recv_many when called with non-empty vector on closed channel (#7991)

#7431: tokio-rs/tokio#7431 #7557: tokio-rs/tokio#7557 #7921: tokio-rs/tokio#7921 #7924: tokio-rs/tokio#7924 #7933: tokio-rs/tokio#7933 #7977: tokio-rs/tokio#7977 #7989: tokio-rs/tokio#7989 #7991: tokio-rs/tokio#7991 #7996: tokio-rs/tokio#7996 #7997: tokio-rs/tokio#7997

Commits

Updates tui-widget-list from 0.15.0 to 0.15.2

Release notes

Sourced from tui-widget-list's releases.

v0.15.2

[0.15.2] - 2026-03-28

🚀 Features

  • Add ScrollDirection with forward/backward direction
  • Add within-item content scrolling

📚 Documentation

  • Fix hit test example
  • Add backward direction example in readme
  • Shorten variants example
  • Improve variants example
  • Use absolute path to gif
  • Add scrollbar to variants example
  • Place demo on top

🔧 Refactor

  • Simplify render clipped
  • Add rect method to scrollaxis
  • Simplify view function
  • Add visible size method

⚙️ Miscellaneous Tasks

  • (ci) Add release workflow

Examples

  • Make background of backward example black

Hit-test

  • Return enum

0.15.1

[0.15.1] - 2026-03-28

🚀 Features

  • Add ScrollDirection with forward/backward direction

📚 Documentation

  • Fix hit test example
  • Add backward direction example in readme
  • Shorten variants example
  • Improve variants example

... (truncated)

Changelog

Sourced from tui-widget-list's changelog.

0.15.2 - 28 Mar 2026

  • feat: Scroll within large items before selecting the next (co-authored by @​orlandohohmeier)

0.15.1 - 28 Mar 2026

  • feat: Add ScrollDirection with forward/backward direction
Commits
  • c97e907 chore(release): bump version to 0.15.2
  • 75f9149 Merge pull request #37 from preiter93/scroll-large-items
  • fe412c7 feat: add within-item content scrolling
  • 577f9e6 docs: place demo on top
  • cbcc39f examples: Make background of backward example black
  • 059e246 refactor: add visible size method
  • 83fb472 refactor: simplify view function
  • 84259c9 refactor: add rect method to scrollaxis
  • 3d05d80 refactor: simplify render clipped
  • 9442f8c docs: add scrollbar to variants example
  • Additional commits viewable in compare view

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-dependencies group with 2 updates: [tokio](https://github.com/tokio-rs/tokio) and [tui-widget-list](https://github.com/preiter93/tui-widget-list).


Updates `tokio` from 1.50.0 to 1.51.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.50.0...tokio-1.51.0)

Updates `tui-widget-list` from 0.15.0 to 0.15.2
- [Release notes](https://github.com/preiter93/tui-widget-list/releases)
- [Changelog](https://github.com/preiter93/tui-widget-list/blob/main/CHANGELOG.md)
- [Commits](preiter93/tui-widget-list@v0.15.0...v0.15.2)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: tui-widget-list
  dependency-version: 0.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

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 Apr 4, 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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants