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