diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-11-18 13:02:56 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-11-18 13:03:05 +0100 |
commit | 077472ea7e942009640c3b0c8b0ef3140c321d2c (patch) | |
tree | 962aaf347872863f0864fefa9ad1de5f4fdca46e | |
parent | b730fec638fd67f8214230b9ed970b46d2f65f80 (diff) |
update dhcp4d
-rw-r--r-- | Cargo.lock | 9 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 6 insertions, 5 deletions
@@ -584,8 +584,8 @@ dependencies = [ [[package]] name = "rsdsl_dhcp4d" -version = "0.2.4" -source = "git+https://github.com/rsdsl/dhcp4d.git#a11f7c5a0cf3ffa816e433b2c844e0c9abf2ab03" +version = "0.2.5" +source = "git+https://github.com/rsdsl/dhcp4d.git#0daa42d9fd9b331878cc74e54751432641121e82" dependencies = [ "dhcproto", "ipnet", @@ -616,12 +616,13 @@ dependencies = [ [[package]] name = "rsdsl_netlinklib" -version = "0.3.0" -source = "git+https://github.com/rsdsl/netlinklib.git#2c20dc2932696cb87ea7e6eb5327b7dccf0e9b1b" +version = "0.4.2" +source = "git+https://github.com/rsdsl/netlinklib.git#1954c7c7e975104fa651ccded4358826e8b3c8d8" dependencies = [ "futures", "libc", "netlink-packet-route", + "netlink-proto", "rtnetlink", "thiserror", "tokio", @@ -10,7 +10,7 @@ bytes = "1.4.0" dns-message-parser = "0.7.0" hickory-proto = { version = "0.24.0", default-features = false } ipnet = "2.5.0" -rsdsl_dhcp4d = { git = "https://github.com/rsdsl/dhcp4d.git", version = "0.2.4" } +rsdsl_dhcp4d = { git = "https://github.com/rsdsl/dhcp4d.git", version = "0.2.5" } serde_json = "1.0" signal-hook = "0.3.17" thiserror = "1.0" |