net_util: Bump pnet dependency

The older version of pnet had a bug which broke some of the behaviour
that the unit tests relied upon.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2019-07-16 10:24:45 +01:00 committed by Samuel Ortiz
parent cb81f8be5b
commit 9e372a8e48

View File

@ -13,5 +13,5 @@ vmm-sys-util = { git = "https://github.com/rust-vmm/vmm-sys-util" }
[dev-dependencies]
lazy_static = ">=1.1.0"
pnet = "=0.21.0"
pnet = "=0.22.0"
serde_json = ">=1.0.9"