mirror of
https://github.com/ivre/masscanned.git
synced 2025-10-01 22:28:20 +00:00
chore(deps): bump pcap from 2.2.0 to 2.3.0 (#295)
--- updated-dependencies: - dependency-name: pcap dependency-version: 2.3.0 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>
This commit is contained in:
parent
ce33df4ffc
commit
a52ae83fdd
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -511,9 +511,9 @@ checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
|
|||
|
||||
[[package]]
|
||||
name = "pcap"
|
||||
version = "2.2.0"
|
||||
version = "2.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "499125886165f62fbc0c095ead9189b253f48eb1c5fcab49f81a270f2f220652"
|
||||
checksum = "83cdabc34a80d9ec3563694cc31423fba6bb9bab4f31a9a5d5b85f29bd6d660a"
|
||||
dependencies = [
|
||||
"bitflags 1.3.2",
|
||||
"errno 0.2.8",
|
||||
|
|
|
@ -30,7 +30,7 @@ flate2 = "1.1"
|
|||
itertools = "0.14.0"
|
||||
lazy_static = "1.5.0"
|
||||
log = "0.4.27"
|
||||
pcap = "2.2.0"
|
||||
pcap = "2.3.0"
|
||||
pcap-file = "2.0.0"
|
||||
pnet = { version = "0.33.0", features = ["std"] }
|
||||
rand = "0.9.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue