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)")
}