aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-11-06 16:20:49 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-11-06 16:20:49 +0100
commit45ad5d9c28e6a924ef2f1f5721b95ca25ecce4b2 (patch)
tree9e8349b31f4785169c0dd4149398c1fe8d2267ea /Cargo.toml
parentb26c75e1f04753b5e1a6cad30f36ed803d664972 (diff)
update rsdsl_ip_config
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 fb07d60..6b04c7a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ mac_address = "1.1.5"
md5 = "0.7.0"
ppproperly = { git = "https://github.com/rsdsl/ppproperly.git", version = "0.1.0" }
rand = "0.8.5"
-rsdsl_ip_config = { git = "https://github.com/rsdsl/ip_config.git", version = "0.2.3" }
+rsdsl_ip_config = { git = "https://github.com/rsdsl/ip_config.git", version = "0.2.4" }
serde = "1.0"
serde_json = "1.0"
socket2 = "0.5.5"