mirror of
https://github.com/domcyrus/rustnet.git
synced 2026-05-07 04:20:03 -05:00
chore(deps): bump pcap in the rust-dependencies group (#83)
Bumps the rust-dependencies group with 1 update: [pcap](https://github.com/rust-pcap/pcap). Updates `pcap` from 2.3.0 to 2.4.0 - [Changelog](https://github.com/rust-pcap/pcap/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-pcap/pcap/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: pcap dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Generated
+2
-2
@@ -1495,9 +1495,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "pcap"
|
||||
version = "2.3.0"
|
||||
version = "2.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "83cdabc34a80d9ec3563694cc31423fba6bb9bab4f31a9a5d5b85f29bd6d660a"
|
||||
checksum = "bbd2eecc2ddc671ec563b5b39f846556aade68a65d1afb14d8fe6b30b0457d75"
|
||||
dependencies = [
|
||||
"bitflags 1.3.2",
|
||||
"errno 0.2.8",
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@ dashmap = "6.1"
|
||||
dns-lookup = "3.0"
|
||||
log = "0.4"
|
||||
num_cpus = "1.17"
|
||||
pcap = "2.3.0"
|
||||
pcap = "2.4.0"
|
||||
pnet_datalink = "0.35"
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
simple-logging = "2.0"
|
||||
|
||||
Reference in New Issue
Block a user