Update Rust crate rtnetlink to 0.13
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
rtnetlink | dependencies | minor |
0.9 -> 0.13
|
Release Notes
rust-netlink/rtnetlink (rtnetlink)
v0.13.1
Breaking changes
- Deprecated
BondAddRequest::active_slave()
in the favor ofBondAddRequest::active_port()
. (9b67c97
,bf6dbf0
) - Deprecated
BondAddRequest::all_slaves_active()
in the favor ofBondAddRequest::all_ports_active()
. (9b67c97
,bf6dbf0
)
New features
Bug fixes
- N/A
v0.13.0
Breaking changes
-
TrafficFilterNewRequest::u32()
changed to returnResult
. (b7f8c73
) -
TrafficFilterNewRequest::redirect() changed to return
Result`. (b7f8c73
) - Deprecated
RouteAddRequest::table
in the favor ofRouteAddRequest::table_id
in order to support table ID bigger than 255. (0a8eddd
)
New features
Bug fixes
- Removed assers. (
e6bcf3e
)
v0.12.0
Breaking changes
- Removed these reexports. (
2d58a54
)rtnetlink::packet
rtnetlink::proto
rtnetlink::sys
New features
Bug fixes
- Fix ip_monitor example. (
b12f061
)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.