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"