Skip to content

chore(deps): bump vt100 from 0.15.2 to 0.16.2#4019

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/vt100-0.16.2
Open

chore(deps): bump vt100 from 0.15.2 to 0.16.2#4019
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/vt100-0.16.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown
Contributor

Bumps vt100 from 0.15.2 to 0.16.2.

Changelog

Sourced from vt100's changelog.

[0.16.2] - 2025-07-11

Fixed

  • Fixed potential cursor out of bounds when using decrc after resizing. (#13)

[0.16.1] - 2025-07-10

Changed

  • Reverted to the 2021 edition for now.

[0.16.0] - 2025-07-08

Added

  • Parser::process_cb, which works the same as Parser::process except that it calls callbacks during parsing when it finds a terminal escape which is potentially useful but not something that affects the screen itself.
  • Support for xterm window resize request escape codes, via the new callback mechanism.
  • Support for dim formatting. (Daniel Faust, #9)
  • Support for CNL/CPL escape codes. (Danny Weinberg, #10)
  • Support for OSC 52 (clipboard manipulation).

Removed

  • These methods on Screen have been removed in favor of the new callback API described above:
    • title_formatted
    • title_diff
    • title
    • icon_name
    • bells_diff
    • audible_bell_count
    • visual_bell_count
    • errors
  • Additionally, unhandled escape sequences no longer log to STDERR; they instead call various callback methods which can be defined to log if desired.
  • Cell no longer implements Default.
  • Screen no longer implements vte::Perform.

Changed

  • Parser::set_size and Parser::set_scrollback have been moved to methods on Screen, and Parser::screen_mut was added to get a mutable reference to the screen.
  • Cell::contents now returns &str instead of String, eliminating an allocation in many cases. (Chris Olszewski, #14)

... (truncated)

Commits
  • eb66ffa changelog and version bump
  • 62dc975 Merge pull request #20 from djc/check-msrv
  • b540db5 Check MSRV in CI
  • a86fcca fix rustfmt for 2021 edition
  • 7076e0f fix potential cursor out of bounds when using decrc after resizing
  • 04dc012 changelog and version bump
  • 8b09aa6 go back to 2021 edition for now
  • ddd0a87 update clang version used in musl tests
  • 743872e changelog and version bump
  • fab0248 add osc 52 support
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [vt100](https://github.com/doy/vt100-rust) from 0.15.2 to 0.16.2.
- [Changelog](https://github.com/doy/vt100-rust/blob/main/CHANGELOG.md)
- [Commits](doy/vt100-rust@v0.15.2...v0.16.2)

---
updated-dependencies:
- dependency-name: vt100
  dependency-version: 0.16.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jul 3, 2026
@dependabot dependabot Bot requested a review from Hmbown as a code owner July 3, 2026 21:14
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 3, 2026
@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown

Thanks @dependabot[bot] for taking the time to contribute.

This repository is observing a maintainer-managed PR intake gate in dry-run mode, so this pull request is staying open. This note helps maintainers prepare the allowlist before any enforcement is considered.

Please read CONTRIBUTING.md for the expected contribution shape. A maintainer can grant recurring PR access by commenting /lgtm on a pull request.

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