From 918f0181c0724b8853a525f4ad4b6a74191d06d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 03:42:18 +0000 Subject: [PATCH] Bump network-interface from 1.0.3 to 1.1.0 Bumps [network-interface](https://github.com/EstebanBorai/network-interface) from 1.0.3 to 1.1.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.0.3...v1.1.0) --- updated-dependencies: - dependency-name: network-interface dependency-type: direct:production update-type: version-update:semver-minor ... 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 5824802..e156d3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -409,9 +409,9 @@ dependencies = [ [[package]] name = "network-interface" -version = "1.0.3" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afd878f93491173e5d272d0dd3124ff89739e50f276c7b9857ac0d97cc024f96" +checksum = "454012eded8808152a58c9a07a0f09c684df9be3a530e241c02b73bc65ddb353" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index cc65d7b..4eb96db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ log = "0.4.20" nix = "0.27.1" oping = { version = "0.4.0", optional = true } iprange = { version = "0.6.7", optional = true } -network-interface = { version = "1.0.3", optional = true } +network-interface = { version = "1.1.0", optional = true } ipnet = { version = "2.9.0", optional = true } tokio = { version = "1.33.0", features = ["macros", "rt", "rt-multi-thread"] } notify = "6.1.1"