chore(deps): update pnet requirement from 0.30 to 0.31

Updates the requirements on [pnet](https://github.com/libpnet/libpnet) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-06-02 08:25:44 +00:00 committed by Datong Sun
parent c91bda7e6a
commit f649c79656

View File

@ -16,7 +16,7 @@ benchmark = []
[dependencies]
bytes = "1"
pnet = "0.30"
pnet = "0.31"
tokio = { version = "1.14", features = ["full"] }
rand = { version = "0.8", features = ["small_rng"] }
log = "0.4"