aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-11-18 13:02:56 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-11-18 13:03:05 +0100
commit077472ea7e942009640c3b0c8b0ef3140c321d2c (patch)
tree962aaf347872863f0864fefa9ad1de5f4fdca46e /Cargo.toml
parentb730fec638fd67f8214230b9ed970b46d2f65f80 (diff)
update dhcp4d
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ceb054d..01b4ec4 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.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"