chore(deps): cargo update

This commit is contained in:
LGUG2Z
2025-01-08 21:37:17 -08:00
parent 2d97ee101d
commit c71e61fb1e
10 changed files with 73 additions and 68 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ impl Storage {
fn output(&mut self) -> Vec<String> {
let now = Instant::now();
if now.duration_since(self.last_updated) > Duration::from_secs(self.data_refresh_interval) {
self.disks.refresh();
self.disks.refresh(true);
self.last_updated = now;
}