diff --git a/Cargo.toml b/Cargo.toml index 6348e40..9dff0ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ tokio = { version = "1", features = [ async-io = { version = "2.3", optional = true } [target.'cfg(target_os = "linux")'.dependencies] -netlink-packet-route = "0.24.0" +netlink-packet-route = "0.26.0" netlink-sys = "0.8.7" netlink-packet-core = "0.7.0"