diff --git a/Cargo.lock b/Cargo.lock index ad75f71..07a8755 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -409,9 +409,9 @@ dependencies = [ [[package]] name = "network-interface" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "454012eded8808152a58c9a07a0f09c684df9be3a530e241c02b73bc65ddb353" +checksum = "0d68759ef97fe9c9e46f79ea8736c19f1d28992e24c8dc8ce86752918bfeaae7" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 57c10f3..7cb6c9e 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.1.0", optional = true } +network-interface = { version = "1.1.1", optional = true } ipnet = { version = "2.9.0", optional = true } tokio = { version = "1.33.0", features = ["macros", "rt", "rt-multi-thread"] } notify = "6.1.1"