diff --git a/Cargo.lock b/Cargo.lock index 0feb862..038163a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -517,9 +517,9 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.8.0" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" +checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" [[package]] name = "itoa" diff --git a/Cargo.toml b/Cargo.toml index f595fc0..8e4fb96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] async-trait = "0.1.73" futures = "0.3.28" -ipnet = "2.8.0" +ipnet = "2.9.0" netlink-packet-core = "0.7.0" nix = "0.27.1" resolv-conf = "0.7.0"