diff --git a/Cargo.lock b/Cargo.lock index adfcfbc..372090c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -268,9 +268,9 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.10.1" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" +checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" [[package]] name = "iprange" diff --git a/Cargo.toml b/Cargo.toml index 3c9da7a..917bc35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ nix = "0.29.0" oping = { version = "0.4.0", optional = true } iprange = { version = "0.6.7", optional = true } network-interface = { version = "2.0.0", optional = true } -ipnet = { version = "2.10.1", optional = true } +ipnet = { version = "2.11.0", optional = true } tokio = { version = "1.43.0", features = ["macros", "rt", "rt-multi-thread"] } notify = "8.0.0" once_cell = "1.20.2"