summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2023-10-16Bump all dependencies (#304)cyqsimon
2023-10-16Bump `rustix` dependenciescyqsimon
- Fixes #284 - See https://github.com/bytecodealliance/rustix/security/advisories/GHSA-c827-hfw6-qwvm
2023-10-11Add logging infrastructure (#302)cyqsimon
* Add logging dependencies * Initialise logging
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]
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.4 to 4.4.6. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.4.4...v4.4.6) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-06chore(deps): bump regex from 1.9.5 to 1.9.6 (#298)dependabot[bot]
Bumps [regex](https://github.com/rust-lang/regex) from 1.9.5 to 1.9.6. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.9.5...1.9.6) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-06chore(deps): bump insta from 1.32.0 to 1.33.0 (#297)dependabot[bot]
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.32.0 to 1.33.0. - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.32.0...1.33.0) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-06chore(deps): bump thiserror from 1.0.48 to 1.0.49 (#296)dependabot[bot]
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.48 to 1.0.49. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.48...1.0.49) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25chore(deps): bump unicode-width from 0.1.10 to 0.1.11 (#294)dependabot[bot]
Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.10 to 0.1.11. - [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.10...v0.1.11) --- updated-dependencies: - dependency-name: unicode-width dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25chore(deps): bump insta from 1.31.0 to 1.32.0 (#293)dependabot[bot]
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.31.0 to 1.32.0. - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.31.0...1.32.0) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-19Bump version to 0.21.0cyqsimon
2023-09-19Bump depscyqsimon
2023-09-11migrate structopt to clap (#285)liyixin
* migrate structopt to clap * add a entry in changelog * Move changelog entry from `Added` to `Fixed` --------- Co-authored-by: cyqsimon <28627918+cyqsimon@users.noreply.github.com>
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
2023-08-25Temporarily switch to patched fork of `packet-builder`cyqsimon
2023-08-14Bump incompatible depscyqsimon
- Binary build is fixed, but `packet_builder` crate seems to have some issues
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
* fix(ui): upgrade tui to latest version and fix for breaking changes in the api * fix(style): address PR comments
2020-09-20fix(freebsd): build properly (#189)Aram Drevekenin
2020-09-14feat(ui): crossplatform terminal resize handling using crossterm ↵remgodow
Event::Resize (#186)
2020-09-11fix(dns): parsing of `/etc/resolv.conf` by manually updating `resolv-conf` ↵Maximilian Bosch
crate (#184) * Show the error cause if initializing a DNS resolver fails * Manually bump `resolv-conf` to `master` at rev `83c0f25` This fixes the parsing of `/etc/resolv.conf` with `options trust-ad` which is e.g. used in `systemd-resolved-v246`[1]. Refs #166 [1] https://github.com/systemd/systemd/commit/a742f9828ea73d9c2c9bafe701c10fe60f058012
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
* Remove connections vector from OpenSockets, use common OpenSockets implementation based on sysinfo and netstat2. * Replace termion backend with crossterm, which works on Windows as well. * More fixes for windows build. * Remove tui default-features (termion), update unit tests for crossterm. * Windows compilation fixes. * Remove unused get_open_sockets implementations for linux and mac. Fix formatting. * Add build.rs for windows to download and extract Packet.lib from npcap SDK. * Resolve Cargo.lock after merging main. * fix(tests): adjust snapshots new location of the dns resolution * style(clippy): clippy * style(clippy): remove dead code * style(clippy): use write_all in build.rs * style(clippy): remove unused import added by Intellij * style(review): use String instead of str * fix(build): run build.rs only once * fix(regression): skip iface_is_up() filter only for Windows * fix(review): restore per os implementation of get_open_sockets() * fix(cargo): add missing os specific packages * fix: conditional compilation of windows module * fix: compilation errors * fix: missing Protocol::from_str() implementation * style(clippy): remove unused methods Co-authored-by: Aram Drevekenin <aram@poor.dev>
2020-09-03feat(infra): replace termion with Windows compatible crossterm (#179)remgodow
* Replace termion backend with crossterm, which works on Windows as well. * Remove tui default-features (termion), update unit tests for crossterm. * Fix formatting.
2020-09-02chore(release): 0.17.00.17.0Aram Drevekenin
2020-09-01fix(formatting): panic when slice str (#177)zxlzy
* fix panic when slice str * copy code from diskonaut * typo fix
2020-07-13chore(release): 0.16.00.16.0Aram Drevekenin
2020-05-23chore(release): 0.15.0Aram Drevekenin
2020-05-03chore(release): 0.14.0Aram Drevekenin
2020-05-03chore(deps): remove pnet_bandwhich_fork and upgrade to latest pnet + ↵Aram Drevekenin
packet_builder releases
2020-04-05docs(readme): update utilization and bump versionAram Drevekenin
2020-03-01chore(release): 0.12.00.12.0Aram Drevekenin
2020-01-25chore(release): 0.11.0Aram Drevekenin
2020-01-18chore(release): 0.10.0Aram Drevekenin
2020-01-14chore(release): 0.9.00.9.0Aram Drevekenin
2020-01-10Merge pull request #105 from bigtoast/trustebroto
Upgraded trust-dns-resolver (#92)
2020-01-09Upgraded trust-dns-resolver (#92)Chubby Puddles Esq
2020-01-09chore(release): 0.8.00.8.0Aram Drevekenin
2020-01-08fix(deps): upgrade to new pnet bandwhich fork (#93)Aram Drevekenin
2020-01-07chore(packages): use pnet fork until they fix the pselect bug (#83)Aram Drevekenin
* chore(packages): use pnet fork until they fix the pselect bug * fix(deps): undo accidental dep change
2020-01-05Update insta versionKelvin Zhang