Skip to content

Commit

Permalink
chore(deps): bump tui-textarea from 0.4.0 to 0.5.1 (#248)
Browse files Browse the repository at this point in the history
Bumps [tui-textarea](https://github.com/rhysd/tui-textarea) from 0.4.0 to 0.5.1.
- [Release notes](https://github.com/rhysd/tui-textarea/releases)
- [Changelog](https://github.com/rhysd/tui-textarea/blob/main/CHANGELOG.md)
- [Commits](rhysd/tui-textarea@v0.4.0...v0.5.1)

---
updated-dependencies:
- dependency-name: tui-textarea
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent b20496f commit e99c89d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ clap = { version = "4.5.9", features = ["derive"] }
rayon = "1.10.0"
ratatui = { version = "0.27.0", features=["serde"] }
crossterm = { version = "0.27.0", features = ["serde"] }
tui-textarea = "0.4.0"
tui-textarea = "0.5.1"

# workspace dependencies
serde.workspace = true
Expand Down

0 comments on commit e99c89d

Please sign in to comment.