Skip to content

Commit

Permalink
Update netlink-proto to 0.11.4
Browse files Browse the repository at this point in the history
This adds netlink_proto::from_socket_with_codec required for
#85
  • Loading branch information
MaxHearnden committed Jan 21, 2025
1 parent 93815aa commit f134820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ netlink-sys = { version = "0.8" }
netlink-packet-utils = { version = "0.5" }
netlink-packet-route = { version = "0.21" }
netlink-packet-core = { version = "0.7" }
netlink-proto = { default-features = false, version = "0.11" }
netlink-proto = { default-features = false, version = "0.11.4" }
nix = { version = "0.29.0", default-features = false, features = ["fs", "mount", "sched", "signal"] }
tokio = { version = "1.0.1", features = ["rt"], optional = true}
async-global-executor = { version = "2.0.2", optional = true }
Expand Down

0 comments on commit f134820

Please sign in to comment.