From 8750d03c4dd8857ce90693e8fa331d19d52c1bd4 Mon Sep 17 00:00:00 2001 From: HimbeerserverDE Date: Wed, 17 Jan 2024 10:53:44 +0100 Subject: update dhcp4d --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cee8e0b..4080772 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -584,8 +584,8 @@ dependencies = [ [[package]] name = "rsdsl_dhcp4d" -version = "0.2.5" -source = "git+https://github.com/rsdsl/dhcp4d.git#b278ff9010c60f8f9d7cdf5e9d0c42a78effbaf0" +version = "0.2.6" +source = "git+https://github.com/rsdsl/dhcp4d.git#00d865d82ec3e35532af74cc3daa78d16e9de2d0" dependencies = [ "dhcproto", "ipnet", diff --git a/Cargo.toml b/Cargo.toml index 01b4ec4..f80064f 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.5" } +rsdsl_dhcp4d = { git = "https://github.com/rsdsl/dhcp4d.git", version = "0.2.6" } serde_json = "1.0" signal-hook = "0.3.17" thiserror = "1.0" -- cgit v1.2.3