summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2020-05-03 18:45:57 +0200
committerAram Drevekenin <aram@poor.dev>2020-05-03 18:45:57 +0200
commitb663b563a64b3c9031424cac1af569d98c45c2c7 (patch)
treefc949175312e957777c5a218080f95fcb8b8b8d7 /Cargo.toml
parent648eb0a66906035858794977cfaa2a03a75f0210 (diff)
chore(deps): remove pnet_bandwhich_fork and upgrade to latest pnet + packet_builder releases
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 4 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c1ac1b1..d1249cc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,8 +19,8 @@ license = "MIT"
exclude = ["src/tests/*", "demo.gif"]
[dependencies]
-pnet_bandwhich_fork = "0.23.1"
-ipnetwork = "0.15.0"
+pnet = "0.26.0"
+ipnetwork = "0.16.0"
tui = "0.5"
termion = "1.5"
structopt = "0.3"
@@ -38,8 +38,7 @@ procfs = "0.7.4"
[dev-dependencies]
insta = "0.12.0"
-pnet = "0.23.0"
-pnet_base = "0.23.0"
+pnet_base = "0.26.0"
cargo-insta = "0.11.0"
-packet-builder = "0.4.0"
+packet-builder = "0.5.0"
regex = "1"