chore: align sysinfo to 0.37 across workspace

This commit is contained in:
2025-08-24 12:11:38 -07:00
parent 8bd1af7a27
commit e624751f56
3 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ url = "2.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
# system stats
sysinfo = "0.32"
# system stats (align across crates)
sysinfo = "0.37"
# CLI UI
ratatui = "0.28"