Skip to content

Commit 83af025

Browse files
committed
fix: use published version of fork of libpnet (rgon-pnet)
1 parent 9d7a8b7 commit 83af025

2 files changed

Lines changed: 56 additions & 39 deletions

File tree

Cargo.lock

Lines changed: 55 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ path = "examples/full-scanner.rs"
3232
ipnet = "^2.11"
3333
log = "^0.4"
3434
serde = { version = "^1.0", features = ["derive"] }
35-
pnet = { git = "https://github.com/robgonnella/libpnet", branch = "packet-timestamps" }
35+
pnet = { package = "rgon-pnet", version = "0.36.0" }
3636
oui-data = "^0.2"
3737
dns-lookup = "^3.0"
3838
openssl = { version = "0.10.75", features = ["vendored"] }

0 commit comments

Comments
 (0)