diff --git a/Cargo.toml b/Cargo.toml index 3ab307d..3cf4bfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ tokio = { version = "1", features = [ ] } [target.'cfg(target_os = "linux")'.dependencies] -rtnetlink = "0.14" +rtnetlink = "0.18" netlink-sys = "0.8.5" netlink-packet-core = "0.7.0" netlink-packet-route = "0.19"