summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Expand)Author
2023-06-09deps: bump battery to 0.8.1 to fix M1 health bug (#1195)Clement Tsang
2023-06-09deps: bump hashbrown, once_cell, regex, serde, time, libc, clap (#1194)Clement Tsang
2023-06-09deps: bump sysinfo to =0.29.2 (#1193)Clement Tsang
2023-06-04deps: bump clap, ctrc, once_cell (#1183)Clement Tsang
2023-06-02refactor: remove typed-builder (#1181)Clement Tsang
2023-05-31deps: bump ratatui to 0.21.0 (#1178)Clement Tsang
2023-05-29deps: bump regex and log (#1177)Clement Tsang
2023-05-26feature: support human times for `default_time_value` and `time_delta` (#1172)Clement Tsang
2023-05-24deps: bump regex, toml_edit, ctrlc (#1168)Clement Tsang
2023-05-23deps: bump dependencies as of 2023-05-21 (#1166)Clement Tsang
2023-05-22deps: bump clap to 4.3.0 (#1165)Clement Tsang
2023-05-21refactor: remove procfs (#1163)Clement Tsang
2023-05-19deps: bump dependencies as of 2023-05-19 (#1161)Clement Tsang
2023-05-13deps: bump dependencies as of 2023-05-13 (#1152)Clement Tsang
2023-05-13other: bump version to 0.9.1 (#1151)Clement Tsang
2023-05-07deps: bump clap to 4.2.7 and libc to 0.2.143 (#1136)Clement Tsang
2023-05-07deps: bump sysinfo to =0.29.0 (#1135)Clement Tsang
2023-05-06other: disable logging when building with default features (#1133)Clement Tsang
2023-05-03deps: bump dirs to 5.0.1 (#1123)Clement Tsang
2023-05-01deps: bump patch versions as of 2023-04-30 (#1119)Clement Tsang
2023-04-29deps: bump clap to 4.2.5 (#1118)Clement Tsang
2023-04-28other: edit some commentsClement Tsang
2023-04-27deps: bump patch versions as of 2023-04-26 (#1117)Clement Tsang
2023-04-23deps: remove const_format dependency (#1114)Clement Tsang
2023-04-22deps: bump regex to 1.8.0 (#1111)Clement Tsang
2023-04-21deps: update clap to 4.x (#1107)Clement Tsang
2023-04-16deps: migrate from tui to ratatui (#1086)Clement Tsang
2023-04-14deps: update starship-battery to 0.8.0 (#1098)Clement Tsang
2023-04-13deps: bump serde to 1.0.160 (#1095)Clement Tsang
2023-04-12deps: Switch to using hashbrown for general hashmap usage (#1092)Clement Tsang
2023-04-11deps: bump once_cell and related dependencies (#1090)Clement Tsang
2023-04-10refactor: migrate disk collection code off of heim, remove heim (#1064)Clement Tsang
2023-04-07deps: update some minor dependency versions (#1087)Clement Tsang
2023-03-28deps: bump various dependencies as of 2023-03-27 (#1079)Clement Tsang
2023-03-27deps: bump sysinfo to 0.28 (#1078)Clement Tsang
2023-03-15deps: forgot to bump crossterm back to 0.26.1 (#1069)Clement Tsang
2023-03-14deps: revert crossterm 0.26.1 to fix double input bug on Windows (#1066)Clement Tsang
2023-03-08refactor: use internal committed memory calculation for Windows (#1051)Clement Tsang
2023-03-07refactor: more data collection cleanup (#1047)Clement Tsang
2023-03-04re-enable zfs feature (#1044)Justin Martin
2023-03-04refactor: migrate network collection to sysinfo (#1041)Clement Tsang
2023-03-03refactor: migrate memory collection to sysinfo for all platforms (#1036)Clement Tsang
2023-03-02deps: bump procfs to 0.15.1 (#1038)Clement Tsang
2023-03-02refactor: migrate CPU from heim to sysinfo for all platforms (#1035)Clement Tsang
2023-03-01other: switch to toml_edit (#1034)Clement Tsang
2023-02-28deps: bump crossterm to 0.26.1 (#1033)Clement Tsang
2023-02-27deps: bump nvml to 0.9.0 (#1032)Clement Tsang
2023-02-27deps: bump patch dependency versions as of 2023-02-26 (#1031)Clement Tsang
2023-02-19other: support hw.temperature-based temps on FreeBSD (#1024)Clement Tsang
2023-02-08other: add no-opt and flamegraph build profiles for convenience (#1014)Clement Tsang