mirror of
https://github.com/imsnif/bandwhich.git
synced 2026-02-09 01:59:18 +08:00
chore(deps): bump the dependencies group across 1 directory with 22 updates
Bumps the dependencies group with 22 updates in the / directory: | Package | From | To | | --- | --- | --- | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.88` | `0.1.89` | | [chrono](https://github.com/chronotope/chrono) | `0.4.41` | `0.4.42` | | [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) | `3.0.3` | `3.0.4` | | [clap](https://github.com/clap-rs/clap) | `4.5.41` | `4.5.53` | | [derive_more](https://github.com/JelteF/derive_more) | `2.0.1` | `2.1.1` | | [log](https://github.com/rust-lang/log) | `0.4.27` | `0.4.29` | | [ratatui](https://github.com/ratatui/ratatui) | `0.29.0` | `0.30.0` | | [resolv-conf](https://github.com/hickory-dns/resolv-conf) | `0.7.4` | `0.7.6` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.12` | `2.0.17` | | [tokio](https://github.com/tokio-rs/tokio) | `1.46.1` | `1.48.0` | | [unicode-width](https://github.com/unicode-rs/unicode-width) | `0.2.0` | `0.2.2` | | [strum](https://github.com/Peternator7/strum) | `0.27.1` | `0.27.2` | | [procfs](https://github.com/eminence/procfs) | `0.17.0` | `0.18.0` | | [regex](https://github.com/rust-lang/regex) | `1.11.1` | `1.12.2` | | [netstat2](https://github.com/ohadravid/netstat2-rs) | `0.11.1` | `0.11.2` | | [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.35.2` | `0.37.2` | | [insta](https://github.com/mitsuhiko/insta) | `1.43.1` | `1.45.1` | | [rstest](https://github.com/la10736/rstest) | `0.25.0` | `0.26.1` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.55` | `4.5.64` | | [clap_mangen](https://github.com/clap-rs/clap) | `0.2.28` | `0.2.31` | | [http_req](https://github.com/jayjamesjay/http_req) | `0.14.0` | `0.14.2` | | [zip](https://github.com/zip-rs/zip2) | `2.4.2` | `7.0.0` | Updates `async-trait` from 0.1.88 to 0.1.89 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.88...0.1.89) Updates `chrono` from 0.4.41 to 0.4.42 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.41...v0.4.42) Updates `clap-verbosity-flag` from 3.0.3 to 3.0.4 - [Changelog](https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap-verbosity-flag/compare/v3.0.3...v3.0.4) Updates `clap` from 4.5.41 to 4.5.53 - [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/clap_complete-v4.5.41...clap_complete-v4.5.53) Updates `derive_more` from 2.0.1 to 2.1.1 - [Release notes](https://github.com/JelteF/derive_more/releases) - [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md) - [Commits](https://github.com/JelteF/derive_more/compare/v2.0.1...v2.1.1) Updates `log` from 0.4.27 to 0.4.29 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.27...0.4.29) Updates `ratatui` from 0.29.0 to 0.30.0 - [Release notes](https://github.com/ratatui/ratatui/releases) - [Changelog](https://github.com/ratatui/ratatui/blob/main/CHANGELOG.md) - [Commits](https://github.com/ratatui/ratatui/compare/v0.29.0...ratatui-v0.30.0) Updates `resolv-conf` from 0.7.4 to 0.7.6 - [Release notes](https://github.com/hickory-dns/resolv-conf/releases) - [Commits](https://github.com/hickory-dns/resolv-conf/compare/v0.7.4...v0.7.6) Updates `thiserror` from 2.0.12 to 2.0.17 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.12...2.0.17) Updates `tokio` from 1.46.1 to 1.48.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.46.1...tokio-1.48.0) Updates `unicode-width` from 0.2.0 to 0.2.2 - [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.2.0...v0.2.2) Updates `strum` from 0.27.1 to 0.27.2 - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/compare/v0.27.1...v0.27.2) Updates `procfs` from 0.17.0 to 0.18.0 - [Release notes](https://github.com/eminence/procfs/releases) - [Commits](https://github.com/eminence/procfs/compare/v0.17.0...v0.18.0) Updates `regex` from 1.11.1 to 1.12.2 - [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.11.1...1.12.2) Updates `netstat2` from 0.11.1 to 0.11.2 - [Release notes](https://github.com/ohadravid/netstat2-rs/releases) - [Commits](https://github.com/ohadravid/netstat2-rs/compare/v0.11.1...v0.11.2) Updates `sysinfo` from 0.35.2 to 0.37.2 - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.35.2...v0.37.2) Updates `insta` from 1.43.1 to 1.45.1 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.43.1...1.45.1) Updates `rstest` from 0.25.0 to 0.26.1 - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](https://github.com/la10736/rstest/compare/v0.25.0...v0.26.1) Updates `clap_complete` from 4.5.55 to 4.5.64 - [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/clap_complete-v4.5.55...clap_complete-v4.5.64) Updates `clap_mangen` from 0.2.28 to 0.2.31 - [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/clap_mangen-v0.2.28...clap_mangen-v0.2.31) Updates `http_req` from 0.14.0 to 0.14.2 - [Release notes](https://github.com/jayjamesjay/http_req/releases) - [Commits](https://github.com/jayjamesjay/http_req/compare/v0.14.0...v0.14.2) Updates `zip` from 2.4.2 to 7.0.0 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](https://github.com/zip-rs/zip2/compare/v2.4.2...v7.0.0) --- updated-dependencies: - dependency-name: async-trait dependency-version: 0.1.89 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: chrono dependency-version: 0.4.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: clap-verbosity-flag dependency-version: 3.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: clap dependency-version: 4.5.53 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: derive_more dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: log dependency-version: 0.4.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ratatui dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: resolv-conf dependency-version: 0.7.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tokio dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: unicode-width dependency-version: 0.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: strum dependency-version: 0.27.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: procfs dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: regex dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: netstat2 dependency-version: 0.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sysinfo dependency-version: 0.37.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: insta dependency-version: 1.45.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: rstest dependency-version: 0.26.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: clap_complete dependency-version: 4.5.64 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: clap_mangen dependency-version: 0.2.31 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: http_req dependency-version: 0.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: zip dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
1133
Cargo.lock
generated
1133
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
52
Cargo.toml
52
Cargo.toml
@@ -26,57 +26,57 @@ default = []
|
||||
ui_test = []
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.88"
|
||||
async-trait = "0.1.89"
|
||||
chrono = "0.4"
|
||||
clap-verbosity-flag = "3.0.3"
|
||||
clap = { version = "4.5.41", features = ["derive"] }
|
||||
clap-verbosity-flag = "3.0.4"
|
||||
clap = { version = "4.5.56", features = ["derive"] }
|
||||
crossterm = "0.29.0"
|
||||
derive_more = { version = "2.0.1", features = ["debug"] }
|
||||
derive_more = { version = "2.1.1", features = ["debug"] }
|
||||
eyre = "0.6.12"
|
||||
itertools = "0.14.0"
|
||||
log = "0.4.27"
|
||||
log = "0.4.29"
|
||||
once_cell = "1.21.3"
|
||||
pnet = "0.35.0"
|
||||
pnet_macros_support = "0.35.0"
|
||||
ratatui = "0.29.0"
|
||||
resolv-conf = "0.7.4"
|
||||
ratatui = "0.30.0"
|
||||
resolv-conf = "0.7.6"
|
||||
simplelog = "0.12.2"
|
||||
thiserror = "2.0.12"
|
||||
tokio = { version = "1.46", features = ["rt", "sync"] }
|
||||
thiserror = "2.0.18"
|
||||
tokio = { version = "1.49", features = ["rt", "sync"] }
|
||||
trust-dns-resolver = "0.23.2"
|
||||
unicode-width = "0.2.0"
|
||||
strum = { version = "0.27.1", features = ["derive"] }
|
||||
unicode-width = "0.2.2"
|
||||
strum = { version = "0.27.2", features = ["derive"] }
|
||||
|
||||
|
||||
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies]
|
||||
procfs = "0.17.0"
|
||||
procfs = "0.18.0"
|
||||
|
||||
[target.'cfg(any(target_os = "macos", target_os = "freebsd"))'.dependencies]
|
||||
regex = "1.11.1"
|
||||
regex = "1.12.2"
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
netstat2 = "0.11.1"
|
||||
sysinfo = "0.35.2"
|
||||
netstat2 = "0.11.2"
|
||||
sysinfo = "0.38.0"
|
||||
|
||||
[dev-dependencies]
|
||||
insta = "1.43.1"
|
||||
insta = "1.46.2"
|
||||
packet-builder = { version = "0.7.0", git = "https://github.com/cyqsimon/packet_builder.git", branch = "patch-pnet-0.35" }
|
||||
pnet_base = "0.35.0"
|
||||
regex = "1.11.1"
|
||||
rstest = "0.25.0"
|
||||
regex = "1.12.2"
|
||||
rstest = "0.26.1"
|
||||
|
||||
[build-dependencies]
|
||||
clap = { version = "4.5.41", features = ["derive"] }
|
||||
clap-verbosity-flag = "3.0.3"
|
||||
clap_complete = "4.5.55"
|
||||
clap_mangen = "0.2.28"
|
||||
derive_more = { version = "2.0.1", features = ["debug"] }
|
||||
clap = { version = "4.5.56", features = ["derive"] }
|
||||
clap-verbosity-flag = "3.0.4"
|
||||
clap_complete = "4.5.65"
|
||||
clap_mangen = "0.2.31"
|
||||
derive_more = { version = "2.1.1", features = ["debug"] }
|
||||
eyre = "0.6.12"
|
||||
strum = { version = "0.27.1", features = ["derive"] }
|
||||
strum = { version = "0.27.2", features = ["derive"] }
|
||||
|
||||
[target.'cfg(target_os = "windows")'.build-dependencies]
|
||||
http_req = "0.14.0"
|
||||
zip = "2.4.2"
|
||||
http_req = "0.14.2"
|
||||
zip = "7.2.0"
|
||||
|
||||
[profile.release]
|
||||
codegen-units = 1
|
||||
|
||||
Reference in New Issue
Block a user