Skip to content

Commit d953c6c

Browse files
Bump ratatui from 0.21.0 to 0.22.0
Bumps [ratatui](https://github.com/tui-rs-revival/ratatui) from 0.21.0 to 0.22.0. - [Release notes](https://github.com/tui-rs-revival/ratatui/releases) - [Changelog](https://github.com/tui-rs-revival/ratatui/blob/main/CHANGELOG.md) - [Commits](ratatui/ratatui@v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: ratatui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 023f09b commit d953c6c

File tree

2 files changed

+40
-17
lines changed

2 files changed

+40
-17
lines changed

Cargo.lock

Lines changed: 39 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ log = "0.4"
4040
notify = "5.1"
4141
notify-debouncer-mini = "0.2"
4242
once_cell = "1"
43-
ratatui = { version = "0.21", default-features = false, features = ['crossterm', 'serde'] }
43+
ratatui = { version = "0.22", default-features = false, features = ['crossterm', 'serde'] }
4444
rayon-core = "1.11"
4545
ron = "0.8"
4646
scopeguard = "1.1"

0 commit comments

Comments
 (0)