Skip to content

Commit 5dc17a0

Browse files
committed
chore: bump rtnetlink to 0.11, netlink-packet-core to 0.13
1 parent 43f1bf3 commit 5dc17a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ moz_cbor = { git = "https://github.com/AnimaGUS-minerva/cbor-rust.git", branch
1313
tokio = { version = "1.7", features = [ "macros", "io-util", "time", "process", "sync", "signal", "rt-multi-thread"] }
1414
structopt = "0.3"
1515
futures = "0.3.15"
16-
rtnetlink = { version = "0.9" }
16+
rtnetlink = { version = "0.11" }
1717
netlink-proto = { version = "*", features = [ "tokio_socket" ] }
1818
netlink-packet-sock-diag = "*"
19-
netlink-packet-route = { version = "*" }
19+
netlink-packet-route = { version = "0.13" }
2020
custom_error = "*"
2121
rand = { version = "0.8.5", features = ["small_rng"] }
2222
tracing = "0.1"

0 commit comments

Comments
 (0)