summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
AgeCommit message (Expand)Author
2024-01-28Bump version to 0.22.1v0.22.1cyqsimon
2024-01-28Bump version to 0.22.0v0.22.0cyqsimon
2024-01-28Bump all dependenciescyqsimon
2024-01-28chore(deps): bump ratatui from 0.24.0 to 0.25.0 (#348)dependabot[bot]
2024-01-18chore(deps): bump tracing from 0.1.39 to 0.1.40 (#354)dependabot[bot]
2024-01-01chore(deps): bump anyhow from 1.0.75 to 1.0.78 (#347)dependabot[bot]
2024-01-01chore(deps): bump http_req from 0.10.1 to 0.10.2 (#344)dependabot[bot]
2024-01-01chore(deps): bump clap from 4.4.10 to 4.4.12 (#345)dependabot[bot]
2024-01-01chore(deps): bump thiserror from 1.0.50 to 1.0.53 (#346)dependabot[bot]
2024-01-01chore(deps): bump once_cell from 1.18.0 to 1.19.0 (#349)dependabot[bot]
2024-01-01chore(deps): bump clap-verbosity-flag from 2.1.0 to 2.1.1 (#350)dependabot[bot]
2024-01-01chore(deps): bump tokio from 1.34.0 to 1.35.1 (#351)dependabot[bot]
2024-01-01chore(deps): bump async-trait from 0.1.74 to 0.1.76 (#352)dependabot[bot]
2023-12-16chore(deps): bump zerocopy from 0.7.21 to 0.7.31 (#343)dependabot[bot]
2023-12-01chore(deps): bump sysinfo from 0.29.10 to 0.29.11 (#336)dependabot[bot]
2023-12-01chore(deps): bump tokio from 1.33.0 to 1.34.0 (#335)dependabot[bot]
2023-12-01chore(deps): bump itertools from 0.11.0 to 0.12.0 (#334)dependabot[bot]
2023-12-01chore(deps): bump clap from 4.4.7 to 4.4.10 (#333)dependabot[bot]
2023-11-29chore(deps): bump openssl from 0.10.57 to 0.10.60 (#332)dependabot[bot]
2023-11-02Display bandwidth in different unit families (#328)cyqsimon
2023-11-01Bump ratatui to 0.24.0 (#327)cyqsimon
2023-11-01chore(deps): bump procfs from 0.15.1 to 0.16.0 (#321)dependabot[bot]
2023-11-01chore(deps): bump trust-dns-resolver from 0.23.1 to 0.23.2 (#319)dependabot[bot]
2023-11-01chore(deps): bump clap from 4.4.6 to 4.4.7 (#320)dependabot[bot]
2023-11-01chore(deps): bump regex from 1.10.1 to 1.10.2 (#325)dependabot[bot]
2023-11-01chore(deps): bump thiserror from 1.0.49 to 1.0.50 (#323)dependabot[bot]
2023-11-01chore(deps): bump http_req from 0.10.0 to 0.10.1 (#324)dependabot[bot]
2023-11-01chore(deps): bump clap-verbosity-flag from 2.0.1 to 2.1.0 (#326)dependabot[bot]
2023-10-20Make logging race-free using a global lock & macro (#309)cyqsimon
2023-10-17Partially fix flaky tests (#308)cyqsimon
2023-10-16Bump version to 0.21.1v0.21.1cyqsimon
2023-10-16Bump all dependencies (#304)cyqsimon
2023-10-16Bump `rustix` dependenciescyqsimon
2023-10-11Add logging infrastructure (#302)cyqsimon
2023-10-07Compact tests using `rstest`cyqsimon
2023-10-07chore: `cargo update`cyqsimon
2023-10-06chore(deps): bump clap from 4.4.4 to 4.4.6 (#299)dependabot[bot]
2023-10-06chore(deps): bump regex from 1.9.5 to 1.9.6 (#298)dependabot[bot]
2023-10-06chore(deps): bump insta from 1.32.0 to 1.33.0 (#297)dependabot[bot]
2023-10-06chore(deps): bump thiserror from 1.0.48 to 1.0.49 (#296)dependabot[bot]
2023-09-25chore(deps): bump unicode-width from 0.1.10 to 0.1.11 (#294)dependabot[bot]
2023-09-25chore(deps): bump insta from 1.31.0 to 1.32.0 (#293)dependabot[bot]
2023-09-19Bump version to 0.21.0cyqsimon
2023-09-19Bump depscyqsimon
2023-09-11migrate structopt to clap (#285)liyixin
2023-08-26chore: drop lazy_staticNbiba Bedis
2023-08-26chore: remove extra depsNbiba Bedis
2023-08-25Migrate from `failure` to `anyhow`+`thiserror`cyqsimon
2023-08-25Switch from `tui` to `ratatui`cyqsimon
2023-08-25Bump deps againcyqsimon