From 21b26af64f1b75690101fd9bb0f525d7fa67e013 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 17:25:35 -0400 Subject: [PATCH] fix(deps): update rust crate pnet_datalink to 0.34.0 (#473) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2590dea6..d500c11b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3579,18 +3579,18 @@ checksum = "14e6ab3f592e6fb464fc9712d8d6e6912de6473954635fd76a589d832cffcbb0" [[package]] name = "pnet_base" -version = "0.33.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "872e46346144ebf35219ccaa64b1dffacd9c6f188cd7d012bd6977a2a838f42e" +checksum = "fe4cf6fb3ab38b68d01ab2aea03ed3d1132b4868fa4e06285f29f16da01c5f4c" dependencies = [ "no-std-net", ] [[package]] name = "pnet_datalink" -version = "0.33.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c302da22118d2793c312a35fb3da6846cb0fab6c3ad53fd67e37809b06cdafce" +checksum = "ad5854abf0067ebbd3967f7d45ebc8976ff577ff0c7bd101c4973ae3c70f98fe" dependencies = [ "ipnetwork 0.20.0", "libc", @@ -3601,9 +3601,9 @@ dependencies = [ [[package]] name = "pnet_sys" -version = "0.33.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "faf7a58b2803d818a374be9278a1fe8f88fce14b936afbe225000cfcd9c73f16" +checksum = "417c0becd1b573f6d544f73671070b039051e5ad819cc64aa96377b536128d00" dependencies = [ "libc", "winapi", diff --git a/Cargo.toml b/Cargo.toml index e9e1fcb6..8da7f1c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,7 +83,7 @@ sha2 = "0.10.8" uuid = { version = "1.3.1", features = ["serde", "v4"] } reqwest = { version = "0.12.2", features = ["json"] } -pnet_datalink = "0.33.0" +pnet_datalink = "0.34.0" ipnet = "2.9.0" once_cell = "1.19.0" rmp-serde = "1.1.2"