Skip to content

Commit 987efd7

Browse files
committed
route: Use netlink-packet-route 0.22.0
The netlink-packet-route 0.22.0 has important fix on handling empty `IFLA_VFINFO_LIST`. Signed-off-by: Gris Ge <[email protected]>
1 parent 51cfceb commit 987efd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ log = "0.4.8"
2323
thiserror = "1"
2424
netlink-sys = { version = "0.8" }
2525
netlink-packet-utils = { version = "0.5" }
26-
netlink-packet-route = { version = "0.21" }
26+
netlink-packet-route = { version = "0.22" }
2727
netlink-packet-core = { version = "0.7" }
2828
netlink-proto = { default-features = false, version = "0.11" }
2929
nix = { version = "0.29.0", default-features = false, features = ["fs", "mount", "sched", "signal"] }

0 commit comments

Comments
 (0)