summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2020-01-08 18:08:29 +0100
committerGitHub <noreply@github.com>2020-01-08 18:08:29 +0100
commitc4e061c416fa08e70bcc155a5a13c33cef55dfab (patch)
treed1d83547d8323691d734516ef91b573420b3e806 /Cargo.toml
parentc927ba90e6439e9e4a68e17ed50a5a84d17a6493 (diff)
fix(deps): upgrade to new pnet bandwhich fork (#93)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9275fa9..6f7837f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@ license = "MIT"
exclude = ["src/tests/*", "demo.gif"]
[dependencies]
-pnet_bandwhich_fork = "0.23.0"
+pnet_bandwhich_fork = "0.23.1"
ipnetwork = "0.15.0"
tui = "0.5"
termion = "1.5"