diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-13 20:25:54 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-13 20:25:54 +0200 |
commit | 99dd60e39ace87cbfb3dbb58f16e1c7fbb96ef04 (patch) | |
tree | 1feaeba396c9547cb731526f9bed1942a82e4276 | |
parent | d8c7b9c05297ceb5994b5ddc4fea8ed729542787 (diff) |
update netlinkd
-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" |