Skip to content

chore(deps): bump the rust-minor-updates group with 2 updates#204

Merged
LargeModGames merged 1 commit intomainfrom
dependabot/cargo/rust-minor-updates-422ce7c046
Apr 6, 2026
Merged

chore(deps): bump the rust-minor-updates group with 2 updates#204
LargeModGames merged 1 commit intomainfrom
dependabot/cargo/rust-minor-updates-422ce7c046

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the rust-minor-updates group with 2 updates: tui-bar-graph and tokio.

Updates tui-bar-graph from 0.3.2 to 0.3.3

Release notes

Sourced from tui-bar-graph's releases.

tui-bar-graph-v0.3.3

⚙️ Miscellaneous Tasks

  • (deps) Lower dependency floors and reduce dependabot noise (#211)

    Summary

    • lower direct dependency requirements to the broadest semver ranges the workspace actually supports
    • keep Cargo.lock on current compatible releases, including the direct clap, tokio, futures, and rand updates that fit this PR's scope
    • configure Dependabot to group Cargo and GitHub Actions updates and use increase-if-necessary to reduce manifest churn

    Details

    This change validates dependency floors with cargo minimal-versions in --direct mode so the library manifests reflect honest direct requirements instead of transitive minimum noise.

    Notable outcomes:

    • broadened requirements such as clap = "4" and tokio = "1" after verifying the workspace still compiles and tests against their earliest compatible direct versions
    • kept real floors where required, such as crossterm = "0.29", document-features = "0.2.11", and derive_setters = "0.1.9"
    • kept the direct rand update to 0.10 and adjusted the tui-bar-graph examples to generate random Vec<f64> values in a rand 0.10-compatible way
    • kept transitive duplicate major versions where they are still required by downstream crates like the Ratatui stack or lipsum

    Dependabot should now produce less noise because grouped update PRs can primarily refresh Cargo.lock while leaving Cargo.toml alone unless a broader range is truly needed.

    Validation

    • cargo minimal-versions check --workspace --direct
    • cargo check --all-features --workspace
    • cargo test --all-features --workspace
    • cargo minimal-versions test --workspace --all-features --direct
    • cargo outdated --workspace --root-deps-only
    • cargo test -p tui-bar-graph --all-features --examples

    Supersedes

    This PR should supersede and allow closing the related Dependabot PRs:

  • (deps) Support strum 0.28 (#224)

... (truncated)

Changelog

Sourced from tui-bar-graph's changelog.

Changelog

All notable changes to this project will be documented in this file.

[0.7.2] - 2026-04-04

⚙️ Miscellaneous Tasks

  • (deps) Lower dependency floors and reduce dependabot noise (#211)

    Summary

    • lower direct dependency requirements to the broadest semver ranges the workspace actually supports
    • keep Cargo.lock on current compatible releases, including the direct clap, tokio, futures, and rand updates that fit this PR's scope
    • configure Dependabot to group Cargo and GitHub Actions updates and use increase-if-necessary to reduce manifest churn

    Details

    This change validates dependency floors with cargo minimal-versions in --direct mode so the library manifests reflect honest direct requirements instead of transitive minimum noise.

    Notable outcomes:

    • broadened requirements such as clap = "4" and tokio = "1" after verifying the workspace still compiles and tests against their earliest compatible direct versions
    • kept real floors where required, such as crossterm = "0.29", document-features = "0.2.11", and derive_setters = "0.1.9"
    • kept the direct rand update to 0.10 and adjusted the tui-bar-graph examples to generate random Vec<f64> values in a rand 0.10-compatible way
    • kept transitive duplicate major versions where they are still required by downstream crates like the Ratatui stack or lipsum

    Dependabot should now produce less noise because grouped update PRs can primarily refresh Cargo.lock while leaving Cargo.toml alone unless a broader range is truly needed.

    Validation

    • cargo minimal-versions check --workspace --direct
    • cargo check --all-features --workspace
    • cargo test --all-features --workspace
    • cargo minimal-versions test --workspace --all-features --direct
    • cargo outdated --workspace --root-deps-only
    • cargo test -p tui-bar-graph --all-features --examples

... (truncated)

Commits

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

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-minor-updates group with 2 updates: [tui-bar-graph](https://github.com/ratatui/tui-widgets) and [tokio](https://github.com/tokio-rs/tokio).


Updates `tui-bar-graph` from 0.3.2 to 0.3.3
- [Release notes](https://github.com/ratatui/tui-widgets/releases)
- [Changelog](https://github.com/ratatui/tui-widgets/blob/main/CHANGELOG.md)
- [Commits](ratatui/tui-widgets@tui-bar-graph-v0.3.2...tui-bar-graph-v0.3.3)

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)

---
updated-dependencies:
- dependency-name: tui-bar-graph
  dependency-version: 0.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-updates
- dependency-name: tokio
  dependency-version: 1.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Rust programming language related labels Apr 6, 2026
@LargeModGames LargeModGames merged commit 6835ec5 into main Apr 6, 2026
6 checks passed
@LargeModGames LargeModGames deleted the dependabot/cargo/rust-minor-updates-422ce7c046 branch April 6, 2026 07:21
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 Rust programming language related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant