diff options
author | Himbeer <himbeer@disroot.org> | 2025-03-18 15:16:51 +0100 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2025-03-18 15:16:51 +0100 |
commit | 80f26723644f4e593d7e574db4cbed10d37b1765 (patch) | |
tree | ecd8819a26d1ab24ec7abe25a6e5202dd8f51c1a | |
parent | 64d967039f872dd63a8aaabd61991f735712cea0 (diff) |
Update dhcp4d and netlinklib
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -589,7 +589,7 @@ dependencies = [ [[package]] name = "rsdsl_dhcp4d" version = "0.2.6" -source = "git+https://github.com/rsdsl/dhcp4d.git#b70aa521b52228726e763bfab6a9807a2fe205ee" +source = "git+https://github.com/rsdsl/dhcp4d.git#7d1efb00a7f1da6cc327cc1143c58761c39a9d64" dependencies = [ "dhcproto", "ipnet", @@ -621,8 +621,8 @@ dependencies = [ [[package]] name = "rsdsl_netlinklib" -version = "0.5.0" -source = "git+https://github.com/rsdsl/netlinklib.git#7fae1fc884ecfe234e96b96f0a60d469905272ba" +version = "0.6.0" +source = "git+https://github.com/rsdsl/netlinklib.git#2567498ff9646c4ad6a11d4f2e0380b100cb9f1f" dependencies = [ "futures", "libc", |