diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-05-01 12:45:19 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-05-01 12:45:19 +0200 |
commit | 91aba9b25897d45ddcea82ca868cf856263dc14f (patch) | |
tree | 7b82b5978bbd72d1d96469c1759797a77d371f46 | |
parent | 4120c7e7bf9e31ea734dbff82628a5252f147dbd (diff) |
bump dhcp4d to v0.1.1
-rw-r--r-- | Cargo.lock | 8 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -645,8 +645,8 @@ dependencies = [ [[package]] name = "rsdsl_dhcp4d" -version = "0.1.0" -source = "git+https://github.com/rsdsl/dhcp4d.git#3c32e88e2447f56b48f737d70c771c44a35d42a9" +version = "0.1.1" +source = "git+https://github.com/rsdsl/dhcp4d.git#7510c224374408fe84f7224e558234db7f417416" dependencies = [ "dhcproto", "ipnet", @@ -683,8 +683,8 @@ dependencies = [ [[package]] name = "rsdsl_netlinkd" -version = "0.1.0" -source = "git+https://github.com/rsdsl/netlinkd.git#167fa7ff68f1a76db0cc3216c9655d0432a98a05" +version = "0.1.1" +source = "git+https://github.com/rsdsl/netlinkd.git#7801ce57a992e101237f80dafdfec97a53333813" dependencies = [ "futures-util", "netlink-packet-route 0.15.0", @@ -9,6 +9,6 @@ edition = "2021" bytes = "1.4.0" dns-message-parser = "0.7.0" notify = "5.1.0" -rsdsl_dhcp4d = { git = "https://github.com/rsdsl/dhcp4d.git", version = "0.1.0" } +rsdsl_dhcp4d = { git = "https://github.com/rsdsl/dhcp4d.git", version = "0.1.1" } serde_json = "1.0" thiserror = "1.0" |