chore: update dependencies

Some breaking changes in ratatui, should now all have been addressed
This commit is contained in:
Jack Wills
2024-02-12 16:20:02 +00:00
parent 76cd08ab2f
commit 10180d2e08
5 changed files with 131 additions and 97 deletions
-1
View File
@@ -150,7 +150,6 @@ async fn main() {
let containers = app_data
.lock()
.get_container_items()
.clone()
.iter()
.map(|i| format!("{i}"))
.collect::<Vec<_>>();