Update rtnetlink requirement from ^0.13.0 to ^0.14.1
Updates the requirements on [rtnetlink](https://github.com/rust-netlink/rtnetlink) to permit the latest version. - [Release notes](https://github.com/rust-netlink/rtnetlink/releases) - [Changelog](https://github.com/rust-netlink/rtnetlink/blob/main/CHANGELOG) - [Commits](https://github.com/rust-netlink/rtnetlink/compare/v0.13.1...v0.14.1) --- updated-dependencies: - dependency-name: rtnetlink dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
1dfc2e8d4e
commit
522f22ba8a
@ -20,7 +20,7 @@ profile-puffin = ["profiling/profile-with-puffin"]
|
|||||||
log = "^0.4"
|
log = "^0.4"
|
||||||
libc = "^0.2"
|
libc = "^0.2"
|
||||||
ioctl-gen = "^0.1.1"
|
ioctl-gen = "^0.1.1"
|
||||||
rtnetlink = "^0.13.0"
|
rtnetlink = "^0.14.1"
|
||||||
profiling = "1.0.9"
|
profiling = "1.0.9"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
@ -16,6 +16,6 @@ categories = []
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
tokio = { version = "1.29.1", optional = true, features = ["rt-multi-thread"] }
|
tokio = { version = "1.29.1", optional = true, features = ["rt-multi-thread"] }
|
||||||
log = "0.4.19"
|
log = "0.4.19"
|
||||||
rtnetlink = "0.13.1"
|
rtnetlink = "0.14.1"
|
||||||
futures = "0.3.28"
|
futures = "0.3.28"
|
||||||
ipnet = "^2.8.0"
|
ipnet = "^2.8.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user