Skip to content

Commit

Permalink
chore: bump rtnetlink to 0.11, netlink-packet-core to 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mcr committed Apr 17, 2023
1 parent 43f1bf3 commit 5dc17a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ moz_cbor = { git = "https://github.com/AnimaGUS-minerva/cbor-rust.git", branch
tokio = { version = "1.7", features = [ "macros", "io-util", "time", "process", "sync", "signal", "rt-multi-thread"] }
structopt = "0.3"
futures = "0.3.15"
rtnetlink = { version = "0.9" }
rtnetlink = { version = "0.11" }
netlink-proto = { version = "*", features = [ "tokio_socket" ] }
netlink-packet-sock-diag = "*"
netlink-packet-route = { version = "*" }
netlink-packet-route = { version = "0.13" }
custom_error = "*"
rand = { version = "0.8.5", features = ["small_rng"] }
tracing = "0.1"
Expand Down

0 comments on commit 5dc17a0

Please sign in to comment.