chore: dependencies updated

This commit is contained in:
Jack Wills
2023-01-28 21:55:40 +00:00
parent 749ec712f0
commit 2ab88eb26e
2 changed files with 3 additions and 5 deletions
Generated
+2 -2
View File
@@ -106,9 +106,9 @@ checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
[[package]] [[package]]
name = "cc" name = "cc"
version = "1.0.78" version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d" checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
[[package]] [[package]]
name = "cfg-if" name = "cfg-if"
+1 -3
View File
@@ -1,9 +1,7 @@
use bollard::models::ContainerSummary; use bollard::models::ContainerSummary;
use core::fmt; use core::fmt;
use std::time::{SystemTime, UNIX_EPOCH}; use std::time::{SystemTime, UNIX_EPOCH};
use tui::{ use tui::widgets::{ListItem, ListState};
widgets::{ListItem, ListState},
};
mod container_state; mod container_state;