summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2020-01-07 22:10:33 +0100
committerGitHub <noreply@github.com>2020-01-07 22:10:33 +0100
commit351e4dd9194d803d5b6019d607ecccc4dd08a86b (patch)
treeab08c8e65804e2e38779cef4c2ef214e1521edcb /Cargo.toml
parent4270893f007f6a45e8c34ab064aa94b1ba5ba26b (diff)
chore(packages): use pnet fork until they fix the pselect bug (#83)
* chore(packages): use pnet fork until they fix the pselect bug * fix(deps): undo accidental dep change
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 356d796..15d05f6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ license = "MIT"
exclude = ["src/tests/*", "demo.gif"]
[dependencies]
-pnet = "0.23.0"
+pnet_bandwhich_fork = "0.23.0"
ipnetwork = "0.15.0"
tui = "0.5"
termion = "1.5"
@@ -36,6 +36,7 @@ procfs = "0.7.4"
[dev-dependencies]
insta = "0.12.0"
+pnet = "0.23.0"
pnet_base = "0.23.0"
cargo-insta = "0.11.0"
packet-builder = "0.4.0"