diff --git a/crosstermion/Cargo.toml b/crosstermion/Cargo.toml index 3ef3777..c0a498c 100644 --- a/crosstermion/Cargo.toml +++ b/crosstermion/Cargo.toml @@ -28,7 +28,7 @@ crossterm = { version = "0.27.0", optional = true, default-features = false, fea futures-channel = { version = "0.3.5", optional = true, default-features = false, features = ["std", "sink"] } futures-core = { version = "0.3.5", optional = true, default-features = false } futures-lite = { version = "2.1.0", optional = true } -tui = { package = "ratatui", version = "0.25.0", optional = true, default-features = false } +tui = { package = "ratatui", version = "0.26.0", optional = true, default-features = false } tui-react = { version = "^0.22.0", optional = true, default-features = false, path = "../tui-react" } ansiterm = { version = "0.12.2", optional = true, default-features = false } async-channel = { version = "2.1.1", optional = true } diff --git a/tui-react/Cargo.toml b/tui-react/Cargo.toml index f0144c6..13ade34 100644 --- a/tui-react/Cargo.toml +++ b/tui-react/Cargo.toml @@ -9,7 +9,7 @@ readme = "README.md" license = "MIT" [dependencies] -tui = { package = "ratatui", version = "0.25.0", default-features = false } +tui = { package = "ratatui", version = "0.26.0", default-features = false } log = "0.4.6" unicode-segmentation = "1.6.0" unicode-width = "0.1.7"