diff --git a/Cargo.toml b/Cargo.toml index 3438f99f..7f1e7373 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ chrono = { version = "0.4.38", default-features = false, features = ["clock"] } clap = { version = "4.5.4", features = ["wrap_help", "cargo"] } clap_complete = "4.5.2" clap_mangen = "0.2.20" -crossterm = "0.28.1" +crossterm = "0.29.0" libc = "0.2.154" nix = { version = "0.29", default-features = false, features = ["process"] } phf = "0.11.2"