diff --git a/Cargo.toml b/Cargo.toml index 8fc5125..f00b604 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ exclude = ["assets/*", ".github", "publish/*"] [dependencies] tui = { version = "0.19.0", features = ["crossterm"], default-features = false } -crossterm = "0.25.0" +crossterm = "0.26.0" log = "0.4" tui-logger = "0.8.1" clap = { version = "4.0.22", features = ["derive"] }