Skip to content

fix: upgrade ratatui to 0.30 to resolve paste advisory - #9

Merged
weby-homelab merged 1 commit into
mainfrom
fix/ratatui-paste-advisory
Jul 2, 2026
Merged

fix: upgrade ratatui to 0.30 to resolve paste advisory#9
weby-homelab merged 1 commit into
mainfrom
fix/ratatui-paste-advisory

Conversation

@weby-homelab

Copy link
Copy Markdown
Owner

Closes #8

  • Upgrades ratatui from 0.29 to 0.30 to remove the transitive dependency on paste (RUSTSEC-2024-0436).
  • Updates the deprecated GPL-3.0 SPDX identifier to GPL-3.0-or-later in Cargo.toml and deny.toml.

Local verification passed:

  • cargo clippy -- -D warnings
  • cargo test
  • cargo build --release
  • cargo-deny check advisories bans licenses sources

- Upgrade ratatui from 0.29 to 0.30 to remove the transitive paste
  dependency (RUSTSEC-2024-0436 unmaintained advisory).
- Update license identifier from deprecated GPL-3.0 to GPL-3.0-or-later
  in Cargo.toml and deny.toml.
@weby-homelab
weby-homelab merged commit 2d3869b into main Jul 2, 2026
4 checks passed
@weby-homelab
weby-homelab deleted the fix/ratatui-paste-advisory branch July 2, 2026 12:20
@gemini-code-assist

Copy link
Copy Markdown

Warning

Gemini encountered an error creating the review. You can try again by commenting /gemini review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: RUSTSEC-2024-0436 paste unmaintained advisory

1 participant