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:
parent
cb81f8be5b
commit
9e372a8e48
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue