build: Bump pnet and pnet_datalink from 0.31.0 to 0.33.0

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

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

Signed-off-by: Bo Chen <chen.bo@intel.com>
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-02-03 23:02:15 +00:00
parent d19a5d5356
commit 726cfa41f4
2 changed files with 22 additions and 20 deletions

View File

@@ -23,6 +23,6 @@ vmm-sys-util = "0.11.0"
[dev-dependencies]
once_cell = "1.16.0"
pnet = "0.31.0"
pnet_datalink = "0.31.0"
pnet = "0.33.0"
pnet_datalink = "0.33.0"
serde_json = "1.0.89"