build: bump pnet from 0.30.0 to 0.31.0

Bumps [pnet](https://github.com/libpnet/libpnet) from 0.30.0 to 0.31.0.
- [Release notes](https://github.com/libpnet/libpnet/releases)
- [Commits](https://github.com/libpnet/libpnet/compare/v0.30.0...v0.31.0)

---
updated-dependencies:
- dependency-name: pnet
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-06-03 01:16:58 +00:00
parent 3742cc42ae
commit 9ba6767a90
3 changed files with 30 additions and 41 deletions
+2 -1
View File
@@ -22,5 +22,6 @@ vmm-sys-util = "0.9.0"
[dev-dependencies]
lazy_static = "1.4.0"
pnet = "0.30.0"
pnet = "0.31.0"
pnet_datalink = "0.31.0"
serde_json = "1.0.81"