For FreeBSD support this should indeed be a "rtnetlink (0.14.1)" dep in
Cargo.toml, but strictly speaking there is no dependency in the code itself.
Nevertheless, we can now stop using our PR branch for this crate, and only
the libc crate still requires a patch.
Signed-off-by: Yann Dirson <yann.dirson@vates.fr>
[[package]]
name = "netlink-packet-route"
-version = "0.18.1"
+version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dd9ccdfabb457e05c7c61e66eb39262a204fbb376c53968b5e52dce15b423fc5"
+checksum = "74c171cd77b4ee8c7708da746ce392440cb7bcf618d122ec9ecc607b12938bf4"
dependencies = [
"anyhow",
"byteorder",
[[package]]
name = "rtnetlink"
-version = "0.14.0"
+version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bb5bbb61e037711ff30a3657ec537285b2e1ecb5427e4365d275164f0928c884"
+checksum = "b684475344d8df1859ddb2d395dd3dac4f8f3422a1aa0725993cb375fc5caba5"
dependencies = [
"futures",
"log",
# cannot specify a cargo feature here, so use a version exposing
# freebsd-netlink support without needing a feature
rev = "bfe4c69a83a9e6fc4fe92867c7ebbc471b723ccb"
-
-[patch.crates-io.rtnetlink]
-git = "https://github.com/xcp-ng/rust-rtnetlink.git"
-branch = "freebsd"