From 454520368b7454656673fd814ea804a00d4d76e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 03:33:36 +0000 Subject: [PATCH] Bump network-interface from 1.1.4 to 2.0.0 Bumps [network-interface](https://github.com/EstebanBorai/network-interface) from 1.1.4 to 2.0.0. - [Release notes](https://github.com/EstebanBorai/network-interface/releases) - [Changelog](https://github.com/EstebanBorai/network-interface/blob/main/CHANGELOG.md) - [Commits](https://github.com/EstebanBorai/network-interface/compare/v1.1.4...v2.0.0) --- updated-dependencies: - dependency-name: network-interface dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ff06c3..2ab857f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -415,9 +415,9 @@ dependencies = [ [[package]] name = "network-interface" -version = "1.1.4" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a43439bf756eed340bdf8feba761e2d50c7d47175d87545cd5cbe4a137c4d1" +checksum = "433419f898328beca4f2c6c73a1b52540658d92b0a99f0269330457e0fd998d5" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 5239b8e..725a3ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ log = "0.4.21" nix = "0.28.0" oping = { version = "0.4.0", optional = true } iprange = { version = "0.6.7", optional = true } -network-interface = { version = "1.1.4", optional = true } +network-interface = { version = "2.0.0", optional = true } ipnet = { version = "2.9.0", optional = true } tokio = { version = "1.37.0", features = ["macros", "rt", "rt-multi-thread"] } notify = "6.1.1"