build: Bump pnet/pnet_datalink from 0.33.0 to 0.34.0

Bump these crates need to be bumped together to avoid build issues from
shared structures.

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
dependabot[bot]
2023-09-08 23:25:38 +00:00
parent 6d395c51db
commit 0b99f96fc4
2 changed files with 39 additions and 39 deletions

View File

@@ -23,6 +23,6 @@ vmm-sys-util = "0.11.0"
[dev-dependencies]
once_cell = "1.18.0"
pnet = "0.33.0"
pnet_datalink = "0.33.0"
pnet = "0.34.0"
pnet_datalink = "0.34.0"
serde_json = "1.0.96"