summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
AgeCommit message (Expand)Author
2023-04-17other: directly implement procfs functionality with small optimizationsoptimize_procfsClement 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-07refactor: more data collection cleanup (#1047)Clement Tsang
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-01-31other: replace deprecated `value_of` and `is_present` in clapspital
2023-01-24other: bump to 0.8.1 for nightly (#1002)Clement Tsang
2023-01-20other: bump to 0.8.0ClementTsang
2023-01-18other: switch to windows-rs for process killing (#985)Clement Tsang
2023-01-14deps: update more dependencies as of 2022-01-14 (#982)Clement Tsang
2023-01-14deps: update regex to 1.7.1 (#981)Clement Tsang
2023-01-14deps: updates unicode deps to support unicode 15 (#980)Clement Tsang
2023-01-14deps: updates some minor deps as of 2023-01-14 (#979)Clement Tsang
2023-01-14deps: update indexmap to 1.9.2 (#978)Clement Tsang
2023-01-14deps: update procfs to 0.14.2 (#977)Clement Tsang
2023-01-12other: bump up version in Cargo.toml to 0.7.2ClementTsang
2023-01-01feature: split usage into usage percentage and value (#950)Clement Tsang
2022-12-31uptick: 0.7.0 (#940)Clement Tsang
2022-11-21other: don't use manual map for color name mapping (#908)Clement Tsang
2022-11-20other: clean up some strings (#904)Clement Tsang
2022-11-20other: some cleanup in proc widget (#903)Clement Tsang
2022-11-17bug: redirect stderr on FreeBSD to avoid drawing on UI (#897)Clement Tsang
2022-11-13deps: update sysctl to 0.5.2, procfs to 0.14.1 (#894)Clement Tsang
2022-11-13other: remove flume (#893)Clement Tsang
2022-11-13feature: add custom retention periods for data (#892)Clement Tsang
2022-11-10other: try using flume for channel (#884)Clement Tsang
2022-11-08deps: Update tui to 0.19.0 and crossterm to 0.25.0 (#878)Clement Tsang
2022-11-05deps: update nvml to 0.8.0 (#869)Clement Tsang
2022-11-04deps: update sysinfo to 0.26.7 (#867)Clement Tsang
2022-10-12refactor: tables V2 (#749)Clement Tsang
2022-10-11bug: add bindings to grab ppid in some cases on macos (#825)Clement Tsang
2022-10-07fix wrong unit being used for memory in sysinfo data (#824)Clement Tsang
2022-09-25other: bump to 0.6.9 for nightly to avoid confusion for nowClementTsang