chore: update dependencies
Some breaking changes in ratatui, should now all have been addressed
This commit is contained in:
@@ -150,7 +150,6 @@ async fn main() {
|
||||
let containers = app_data
|
||||
.lock()
|
||||
.get_container_items()
|
||||
.clone()
|
||||
.iter()
|
||||
.map(|i| format!("{i}"))
|
||||
.collect::<Vec<_>>();
|
||||
|
||||
Reference in New Issue
Block a user