summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Expand)Author
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-26`Cargo.toml` manifest cleanup (#311)cyqsimon
2023-10-20Make logging race-free using a global lock & macro (#309)cyqsimon
2023-10-19Table formatting logic overhaul (#305)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-11Add logging infrastructure (#302)cyqsimon
2023-10-07Compact tests using `rstest`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-31Cache npcap SDK when building on Windows (#281)cyqsimon
2023-08-27Bump MSRV from 1.65.0 to 1.70.0cyqsimon
2023-08-26chore: drop lazy_staticNbiba Bedis
2023-08-26chore: remove extra depsNbiba Bedis
2023-08-25Set edition 2021cyqsimon
2023-08-25Migrate from `failure` to `anyhow`+`thiserror`cyqsimon
2023-08-25Update MSRVcyqsimon
2023-08-25Add myself to authorscyqsimon
2023-08-25Switch from `tui` to `ratatui`cyqsimon
2023-08-25Bump deps againcyqsimon
2023-08-25Temporarily switch to patched fork of `packet-builder`cyqsimon
2023-08-14Bump incompatible depscyqsimon
2023-08-14Bump compatible deps to fix buildcyqsimon
2020-12-26Upgrade resolv-conf versionBrooks J Rady
2020-10-15chore(release): 0.20.00.20.0Aram Drevekenin
2020-09-29chore(release): 0.19.00.19.0Aram Drevekenin
2020-09-29fix(ui): upgrade tui to latest version and fix breaking changes (#190)Aram Drevekenin
2020-09-20fix(freebsd): build properly (#189)Aram Drevekenin
2020-09-14feat(ui): crossplatform terminal resize handling using crossterm Event::Resiz...remgodow
2020-09-11fix(dns): parsing of `/etc/resolv.conf` by manually updating `resolv-conf` cr...Maximilian Bosch
2020-09-11fix(build): do not download windows build deps on other platforms0.18.1Aram Drevekenin
2020-09-11chore(release): 0.18.00.18.0Aram Drevekenin
2020-09-10feat(platform): windows build and run support (#180)remgodow
2020-09-03feat(infra): replace termion with Windows compatible crossterm (#179)remgodow