Update ratatui requirement from 0.28.1 to 0.29.0 (#2657)
Updates the requirements on [ratatui](https://github.com/ratatui/ratatui) to permit the latest version. - [Release notes](https://github.com/ratatui/ratatui/releases) - [Changelog](https://github.com/ratatui/ratatui/blob/main/CHANGELOG.md) - [Commits](https://github.com/ratatui/ratatui/compare/v0.28.1...v0.29.0) --- updated-dependencies: - dependency-name: ratatui dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
51393242d8
commit
cbe89b096d
@ -224,7 +224,7 @@ nix = { workspace = true, default-features = true, optional = true }
|
|||||||
regex = { workspace = true, optional = true }
|
regex = { workspace = true, optional = true }
|
||||||
uuid = { workspace = true, optional = true, features = ["serde", "v4"] }
|
uuid = { workspace = true, optional = true, features = ["serde", "v4"] }
|
||||||
libm = "0.2.8"
|
libm = "0.2.8"
|
||||||
ratatui = { version = "0.28.1", default-features = false, features = [
|
ratatui = { version = "0.29.0", default-features = false, features = [
|
||||||
'crossterm',
|
'crossterm',
|
||||||
], optional = true } # Commandline rendering, for TUI Monitor
|
], optional = true } # Commandline rendering, for TUI Monitor
|
||||||
crossterm = { version = "0.28.1", optional = true }
|
crossterm = { version = "0.28.1", optional = true }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user