diff --git a/Cargo.toml b/Cargo.toml index 6348e40..2ffd7e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ async-io = { version = "2.3", optional = true } [target.'cfg(target_os = "linux")'.dependencies] netlink-packet-route = "0.24.0" netlink-sys = "0.8.7" -netlink-packet-core = "0.7.0" +netlink-packet-core = "0.8.1" [target.'cfg(target_os = "windows")'.dependencies] flume = "0.11"