From 92e427d3373e4cec5504bad7adea141949a84a04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 03:50:40 +0000 Subject: [PATCH] chore(deps): bump pcap from 1.3.0 to 2.3.0 Bumps [pcap](https://github.com/rust-pcap/pcap) from 1.3.0 to 2.3.0. - [Changelog](https://github.com/rust-pcap/pcap/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-pcap/pcap/commits) --- updated-dependencies: - dependency-name: pcap dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 42f3700..13ef136 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -540,12 +540,12 @@ checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" [[package]] name = "libloading" -version = "0.6.7" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883" +checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" dependencies = [ "cfg-if", - "winapi", + "windows-targets 0.53.2", ] [[package]] @@ -726,9 +726,9 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pcap" -version = "1.3.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99e935fc73d54a89fff576526c2ccd42bbf8247aae05b358693475b14fd4ff79" +checksum = "83cdabc34a80d9ec3563694cc31423fba6bb9bab4f31a9a5d5b85f29bd6d660a" dependencies = [ "bitflags 1.3.2", "errno 0.2.8", diff --git a/Cargo.toml b/Cargo.toml index 9b6e717..89b7c72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["network", "monitoring", "packet", "matrix", "tui"] categories = ["command-line-utilities", "network-programming"] [dependencies] -pcap = "1.1" +pcap = "2.3" ratatui = "0.25" crossterm = "0.27" tokio = { version = "1", features = ["full"] }