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"