chore(deps): bump tui-term from 0.3.3 to 0.3.4 (#1038)

Bumps [tui-term](https://github.com/a-kenji/tui-term) from 0.3.3 to 0.3.4.
- [Release notes](https://github.com/a-kenji/tui-term/releases)
- [Changelog](https://github.com/a-kenji/tui-term/blob/development/CHANGELOG.md)
- [Commits](https://github.com/a-kenji/tui-term/compare/v0.3.3...v0.3.4)

---
updated-dependencies:
- dependency-name: tui-term
  dependency-version: 0.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: LoricAndre <57358788+LoricAndre@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-04-14 13:39:11 +02:00 committed by GitHub
parent de60d945b0
commit d6f2800b64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -2705,9 +2705,9 @@ dependencies = [
[[package]]
name = "tui-term"
version = "0.3.3"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e676ed380f3015b1bbc07ce94c3fa7d7a450a4994b4ea2e1eca531e652bf6c4"
checksum = "a338ded85dbe7f9ea2298321d126244f54e531e2b2006b97abdab8e47d6f3c88"
dependencies = [
"ratatui-core",
"ratatui-widgets",

View file

@ -78,7 +78,7 @@ thiserror = "2.0.18"
thread_local = "1.1.9"
tokio = { version = "1.51.0", features = ["macros", "net", "rt-multi-thread", "sync", "time", "tokio-macros"] }
tokio-util = "=0.7.18"
tui-term = "=0.3.3"
tui-term = "=0.3.4"
unicode-display-width = "=0.3.0"
unicode-normalization = "=0.1.25"
which = "8.0.2"