Skip to content

Commit f134820

Browse files
committed
Update netlink-proto to 0.11.4
This adds netlink_proto::from_socket_with_codec required for #85
1 parent 93815aa commit f134820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ netlink-sys = { version = "0.8" }
2525
netlink-packet-utils = { version = "0.5" }
2626
netlink-packet-route = { version = "0.21" }
2727
netlink-packet-core = { version = "0.7" }
28-
netlink-proto = { default-features = false, version = "0.11" }
28+
netlink-proto = { default-features = false, version = "0.11.4" }
2929
nix = { version = "0.29.0", default-features = false, features = ["fs", "mount", "sched", "signal"] }
3030
tokio = { version = "1.0.1", features = ["rt"], optional = true}
3131
async-global-executor = { version = "2.0.2", optional = true }

0 commit comments

Comments
 (0)