summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2019-11-12 13:52:26 +0100
committerAram Drevekenin <aram@poor.dev>2019-11-12 13:52:26 +0100
commit83d7d7098a1fae85e46c4776dc0864e27b2a3fe4 (patch)
tree3aef97b107904fe977e2fcec1c773bfcf8acfa27 /Cargo.toml
parent2b3867f900055c4c980989e8ffea6eb6d91d68b1 (diff)
fix(package): update pnet
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bb3c3ae..370e66e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,8 +13,8 @@ license = "MIT"
exclude = ["src/tests/*", "demo.gif"]
[dependencies]
-pnet = "0.22.0"
-ipnetwork = "0.14.0"
+pnet = "0.23.0"
+ipnetwork = "0.15.0"
tui = "0.5"
termion = "1.5"
structopt = "0.3"
@@ -31,5 +31,4 @@ procfs = "0.5.3"
insta = "0.11.0"
cargo-insta = "0.11.0"
packet-builder = "0.3.0"
-pnet_base = "0.22.0"
regex = "1"