chore: dependencies updated

This commit is contained in:
Jack Wills
2026-01-27 22:15:28 +00:00
parent cd943f67e4
commit bebb687c59
4 changed files with 18 additions and 22 deletions
-1
View File
@@ -242,7 +242,6 @@ impl From<String> for ContainerStatus {
impl ContainerStatus {
/// Check if a container is unhealthy
/// TODO should have a healthy Option<X> part now, so no need to parse
pub fn unhealthy(&self) -> bool {
self.contains("(unhealthy)")
}
-3
View File
@@ -13,9 +13,6 @@ pub use {color_parser::AppColors, keymap_parser::Keymap};
mod parse_args;
mod parse_config_file;
// TODO use a global pub static oncelock for the config
// static CELL: OnceLock<usize> = OnceLock::new();
#[derive(Debug, Clone)]
#[allow(clippy::struct_excessive_bools)]
pub struct Config {