Skip to content

chore(deps): update termina requirement from 0.3 to 0.4 - #37

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/termina-0.4
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/termina-0.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 5, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on termina to permit the latest version.

Changelog

Sourced from termina's changelog.

[v0.4.0] - 2026-08-31

Added

  • Expose the PlatformWaker type (UnixWaker on Unix, WindowsWaker on Windows) returned by EventReader::waker (b635826b27)

Changed

  • EventReader::read now returns Err with io::ErrorKind::Interrupted when it is woken up by a waker, instead of continuing to block (ae7d2cb817)
  • Avoid re-parsing the read buffer from the start on each read, greatly speeding up large reads such as bracketed pastes (#24)
  • Increase the Unix read buffer size from 64 to 1024 bytes (22ede115e5)

Fixed

  • Fix parsing of the curly underline SGR (4:3) (05db4b09fe)
  • Fix a spurious leading SGR reset when writing SgrAttributes with a parameter_chunk_size smaller than a single parameter group (c5a7a6a156)
  • Fix underflowing subtraction on SGR and rxvt mouse coordinates at coordinate zero (38047a2491)
  • Fix RgbColor's FromStr implementation panicking on non-ASCII hexadecimal input (d98151988c)
  • Return an UnexpectedEof error instead of busy looping when the Unix event source reaches end-of-file (309350ba54)
  • Fix the input-ready signal being treated as a timeout on Windows (005da445dd)
  • Drain the console input buffer during teardown on Windows (bddc60917a)
  • Roll back the console state when setting up the terminal fails partway on Windows (4efcdc689e)
  • Fix a handle leak in windows::legacy::screen_buffer (3adf9e7d04)
  • Fix an undersized UTF-16 buffer used when translating legacy Windows key events (09558746af)
  • Fix underflowing subtraction on mouse and cursor row calculations on Windows (0ec68c2f0c)

[v0.3.3] - 2026-05-30

Added

  • Improved public rustdocs (#23)

Fixed

  • Fix Kitty Keyboard Modifiers bitflags representation (c04c2c7672)

[v0.3.2] - 2026-05-07

Fixed

  • Fixed parsing of OSC sequences terminated by BEL (0x07) (#22)

[v0.3.1] - 2026-04-06

Added

  • Add parsing of DECRPM for mode 2026 (grapheme clustering)

[v0.3.0] - 2026-03-26

... (truncated)

Commits
  • 7be7389 Release v0.4.0
  • 974b0ab perf: don't reparse buffer from start each time (#24)
  • a59af0a CI: Use stable toolchain for test workflows
  • 16a4cfc Add a benchmark for the parser, specifically for bracketed paste
  • 63a1857 flake: Update inputs
  • ae7d2cb event reader: Surface Interrupted err when ::read is woken up
  • 7f2bdbd event reader: Move waker out of Shared
  • b635826 event source: Expose PlatformWaker type, add docs
  • d5b5ef5 Update Windows Terminal note (#26)
  • 4efcdc6 windows: roll back console state if terminal set fails partway
  • 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [termina](https://github.com/helix-editor/termina) to permit the latest version.
- [Changelog](https://github.com/helix-editor/termina/blob/master/CHANGELOG.md)
- [Commits](helix-editor/termina@v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: termina
  dependency-version: 0.4.0
  dependency-type: direct:production
...

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 Sep 5, 2026
@dependabot
dependabot Bot requested a review from aschey as a code owner September 5, 2026 09:42
@dependabot dependabot Bot added the rust Pull requests that update rust code label Sep 5, 2026
@codecov

codecov Bot commented Sep 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.98%. Comparing base (2697f8f) to head (086e25e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #37   +/-   ##
=======================================
  Coverage   81.98%   81.98%           
=======================================
  Files           7        7           
  Lines        1099     1099           
  Branches     1099     1099           
=======================================
  Hits          901      901           
  Misses        188      188           
  Partials       10       10           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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