aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-11-17 18:22:52 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-11-17 18:22:52 +0100
commitb730fec638fd67f8214230b9ed970b46d2f65f80 (patch)
tree54984afdfc8e54f661470fd4370ef0a8a693d481
parent673b949dc1b1ffedbd5e8ca653779c6f15b7e3da (diff)
update dhcp4d
-rw-r--r--Cargo.lock21
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 18 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3a7c0a2..14d31c7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -357,18 +357,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
[[package]]
-name = "linkaddrs"
-version = "0.1.0"
-source = "git+https://github.com/HimbeerserverDE/linkaddrs.git#df47e5f96a680f8052ab238e985d683df386368b"
-dependencies = [
- "futures",
- "ipnet",
- "netlink-packet-route",
- "rtnetlink",
- "tokio",
-]
-
-[[package]]
name = "log"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -596,13 +584,12 @@ dependencies = [
[[package]]
name = "rsdsl_dhcp4d"
-version = "0.2.3"
-source = "git+https://github.com/rsdsl/dhcp4d.git#c8e9098e4053deb4d2b6f184ea113afb003f0184"
+version = "0.2.4"
+source = "git+https://github.com/rsdsl/dhcp4d.git#a11f7c5a0cf3ffa816e433b2c844e0c9abf2ab03"
dependencies = [
"dhcproto",
"ipnet",
"libc",
- "linkaddrs",
"rand",
"rsdsl_netlinklib",
"serde",
@@ -629,8 +616,8 @@ dependencies = [
[[package]]
name = "rsdsl_netlinklib"
-version = "0.2.1"
-source = "git+https://github.com/rsdsl/netlinklib.git#e90ee46c1aeb83973da25e9b104c896baddc475d"
+version = "0.3.0"
+source = "git+https://github.com/rsdsl/netlinklib.git#2c20dc2932696cb87ea7e6eb5327b7dccf0e9b1b"
dependencies = [
"futures",
"libc",
diff --git a/Cargo.toml b/Cargo.toml
index 6c9324d..ceb054d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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.3" }
+rsdsl_dhcp4d = { git = "https://github.com/rsdsl/dhcp4d.git", version = "0.2.4" }
serde_json = "1.0"
signal-hook = "0.3.17"
thiserror = "1.0"