diff --git a/Cargo.toml b/Cargo.toml index 4b9cc79..51ebc53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ libc = "0.2" [target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies] netlink-packet-core = "0.8" -netlink-packet-route = "0.30" +netlink-packet-route = "0.31" netlink-sys = "0.8.8" [target.'cfg(target_os = "android")'.dependencies]