diff options
-rw-r--r-- | Cargo.lock | 5 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 4 insertions, 3 deletions
@@ -657,9 +657,10 @@ dependencies = [ [[package]] name = "rsdsl_netlinkd" -version = "0.6.0" -source = "git+https://github.com/rsdsl/netlinkd.git#72f04e3494b4f3ba810274447235e9051f5e1749" +version = "0.6.1" +source = "git+https://github.com/rsdsl/netlinkd.git#06cddb0b371192f2f28eaa50c201577fa689833f" dependencies = [ + "futures", "futures-util", "ipnet", "netlink-packet-route", @@ -10,7 +10,7 @@ dhcproto = "0.9.0" libc = "0.2.147" rand = "0.8.5" rsdsl_ip_config = { git = "https://github.com/rsdsl/ip_config.git", version = "0.2.2" } -rsdsl_netlinkd = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.6.0" } +rsdsl_netlinkd = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.6.1" } rsdsl_pd_config = { git = "https://github.com/rsdsl/pd_config.git", version = "0.1.0" } serde_json = "1.0" socket2 = "0.5.3" |