Skip to content

chore(deps): bump the rust-minor-updates group with 4 updates#305

Merged
LargeModGames merged 1 commit into
mainfrom
dependabot/cargo/rust-minor-updates-4b8096f461
Jun 15, 2026
Merged

chore(deps): bump the rust-minor-updates group with 4 updates#305
LargeModGames merged 1 commit into
mainfrom
dependabot/cargo/rust-minor-updates-4b8096f461

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps the rust-minor-updates group with 4 updates: tui-equalizer, tui-bar-graph, openssl and openssl-sys.

Updates tui-equalizer from 0.2.0-alpha to 0.2.2

Release notes

Sourced from tui-equalizer's releases.

tui-equalizer-v0.2.2

🚀 Features

  • (equalizer) Render by reference (#290)

    Summary

    • add Widget for &Equalizer
    • make band rendering borrow each band instead of consuming it
    • cover borrowed rendering against owned rendering

    Validation

    • cargo test -p tui-big-text -p tui-bar-graph -p tui-equalizer -p tui-prompts -p tui-scrollview --all-features
    • cargo clippy -p tui-big-text -p tui-bar-graph -p tui-equalizer -p tui-prompts -p tui-scrollview --all-targets --all-features -- -D warnings

tui-equalizer-v0.2.1

📚 Documentation

  • Document widget examples (#286)

    Summary

    • add run commands and widget-specific context to the example module docs
    • add targeted inline comments for non-obvious example sizing, state, and rendering choices
    • fix broken crate-root Ratatui reference links that surfaced during docs validation

    Validation

    • cargo +nightly fmt --all --check
    • cargo clippy --workspace --examples --all-features -- -D warnings
    • cargo doc --workspace --examples --all-features --no-deps

    cargo doc still reports the existing tui-bar-graph example/lib output filename collision.

⚙️ Miscellaneous Tasks

  • Migrate workspace to Rust 2024 (#263)

    Summary

    • migrate the workspace package edition from Rust 2021 to Rust 2024
    • apply Cargo edition fixes for lifetime capture and macro fragment specifiers
    • apply mechanical Clippy let-chain fixes needed for the stable -D warnings gate
    • refresh generated README snippets and document the pre-push README

... (truncated)

Changelog

Sourced from tui-equalizer's changelog.

[0.2.2] - 2024-07-25

⚙️ Miscellaneous Tasks

  • Updated the following local packages: tui-big-text

[0.2.1] - 2024-07-25

📚 Documentation

  • Update readme / lib.rs links

⚙️ Miscellaneous Tasks

  • Remove anyhow dependency

    Replaced with color_eyre generally

  • Update bacon config

  • Update READMEs and licensing info

[0.2.0] - 2024-07-25

🚀 Features

  • (tui-big-text) Add alignment helper methods

    Adds helper methods to the BigTextBuilder struct to set the alignment of the text. This makes it simpler to set the alignment of the text.

    let left = BigText::builder()
        .left_aligned()
        .lines(vec!["Left".white().into()])
        .build()?;
    let right = BigText::builder()
    .right_aligned()
    .lines(vec!["Right".green().into()])
    .build()?;
    let centered = BigText::builder()
    .centered()
    .lines(vec!["Centered".red().into()])
    .build()?;

  • (tui-big-text) [breaking] Make BigText builder infallible (#14)

    BigTextBuilder.build() no longer returns a Result. Instead it returns the BigText widget directly. This change is made to simplify rendering code which often otherwise doesn't have any error conditions.

... (truncated)

Commits

Updates tui-bar-graph from 0.3.3 to 0.3.5

Release notes

Sourced from tui-bar-graph's releases.

tui-bar-graph-v0.3.5

🚀 Features

  • (bar-graph) Render by reference (#289)

    Summary

    • add Widget for &BarGraph
    • keep the owned Widget for BarGraph path as a compatibility shim
    • cover borrowed rendering against owned rendering

    Validation

    • cargo test -p tui-big-text -p tui-bar-graph -p tui-equalizer -p tui-prompts -p tui-scrollview --all-features
    • cargo clippy -p tui-big-text -p tui-bar-graph -p tui-equalizer -p tui-prompts -p tui-scrollview --all-targets --all-features -- -D warnings

tui-bar-graph-v0.3.4

📚 Documentation

  • Modernize tui-bar-graph examples (#275)

    Summary

    • use ratatui::run in the tui-bar-graph examples
    • keep CLI parsing, rendering behavior, and key handling unchanged

    Validation

    • cargo +nightly fmt --all
    • cargo check -p tui-bar-graph --examples --all-features
    • cargo clippy -p tui-bar-graph --examples --all-features -- -D warnings
  • Document widget examples (#286)

    Summary

    • add run commands and widget-specific context to the example module docs
    • add targeted inline comments for non-obvious example sizing, state, and rendering choices
    • fix broken crate-root Ratatui reference links that surfaced during docs validation

    Validation

    • cargo +nightly fmt --all --check
    • cargo clippy --workspace --examples --all-features -- -D warnings
    • cargo doc --workspace --examples --all-features --no-deps

    cargo doc still reports the existing tui-bar-graph example/lib output filename collision.

... (truncated)

Commits

Updates openssl from 0.10.80 to 0.10.81

Release notes

Sourced from openssl's releases.

openssl-v0.10.81

What's Changed

New Contributors

Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.80...openssl-v0.10.81

Commits
  • db9c9e2 Release openssl 0.10.81 and openssl-sys 0.9.117 (#2655)
  • 3a7fb56 Bump actions/checkout from 6.0.2 to 6.0.3 (#2653)
  • d059c43 Fix verify_mode() panic on unmodeled verify mode bits (#2651)
  • 8b1519e Deprecate Asn1StringRef::as_utf8 in favor of a NUL-safe to_string (#2652)
  • d5713d6 add mldsa.h to the boringssl bindgen (#2650)
  • 9fac317 Merge pull request #2538 from ocdlroux/feat/crl-full
  • 4dae20b x509: adding minimal support for X509CrlBuilder
  • 47f7777 Add brainpoolP224r1 and brainpoolP224t1 NID constants (#2642)
  • 659da17 Bump aws-ls-sys to 0.41 (#2640)
  • See full diff in compare view

Updates openssl-sys from 0.9.116 to 0.9.117

Release notes

Sourced from openssl-sys's releases.

openssl-sys-v0.9.117

What's Changed

New Contributors

Full Changelog: rust-openssl/rust-openssl@openssl-sys-v0.9.116...openssl-sys-v0.9.117

Commits
  • db9c9e2 Release openssl 0.10.81 and openssl-sys 0.9.117 (#2655)
  • 3a7fb56 Bump actions/checkout from 6.0.2 to 6.0.3 (#2653)
  • d059c43 Fix verify_mode() panic on unmodeled verify mode bits (#2651)
  • 8b1519e Deprecate Asn1StringRef::as_utf8 in favor of a NUL-safe to_string (#2652)
  • d5713d6 add mldsa.h to the boringssl bindgen (#2650)
  • 9fac317 Merge pull request #2538 from ocdlroux/feat/crl-full
  • 4dae20b x509: adding minimal support for X509CrlBuilder
  • 47f7777 Add brainpoolP224r1 and brainpoolP224t1 NID constants (#2642)
  • 659da17 Bump aws-ls-sys to 0.41 (#2640)
  • See full diff 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 rust-minor-updates group with 4 updates: [tui-equalizer](https://github.com/ratatui/tui-widgets), [tui-bar-graph](https://github.com/ratatui/tui-widgets), [openssl](https://github.com/rust-openssl/rust-openssl) and [openssl-sys](https://github.com/rust-openssl/rust-openssl).


Updates `tui-equalizer` from 0.2.0-alpha to 0.2.2
- [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-qrcode-v0.2.0-alpha.0...tui-equalizer-v0.2.2)

Updates `tui-bar-graph` from 0.3.3 to 0.3.5
- [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.3...tui-bar-graph-v0.3.5)

Updates `openssl` from 0.10.80 to 0.10.81
- [Release notes](https://github.com/rust-openssl/rust-openssl/releases)
- [Commits](rust-openssl/rust-openssl@openssl-v0.10.80...openssl-v0.10.81)

Updates `openssl-sys` from 0.9.116 to 0.9.117
- [Release notes](https://github.com/rust-openssl/rust-openssl/releases)
- [Commits](rust-openssl/rust-openssl@openssl-sys-v0.9.116...openssl-sys-v0.9.117)

---
updated-dependencies:
- dependency-name: tui-equalizer
  dependency-version: 0.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-updates
- dependency-name: tui-bar-graph
  dependency-version: 0.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-updates
- dependency-name: openssl
  dependency-version: 0.10.81
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-updates
- dependency-name: openssl-sys
  dependency-version: 0.9.117
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Jun 15, 2026
@LargeModGames LargeModGames merged commit 9ea8e30 into main Jun 15, 2026
6 checks passed
@LargeModGames LargeModGames deleted the dependabot/cargo/rust-minor-updates-4b8096f461 branch June 15, 2026 10:13
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