aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2024-01-30 19:29:17 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2024-01-30 19:29:17 +0100
commit36425710343e6a1a1f17b1bc5e0a9dc8fd847589 (patch)
tree8f2a36fa9cdb339a5f6f6763df242895350d29f6
parent2edee812a94174a6e1957ec92846a51c364aa386 (diff)
update rsdsl_ip_config to v0.3.0
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b434c0b..6d9c8c3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -663,8 +663,8 @@ dependencies = [
[[package]]
name = "rsdsl_ip_config"
-version = "0.2.4"
-source = "git+https://github.com/rsdsl/ip_config.git#b68885346f4aa8a3216645c65e92f7c7a2c5ff51"
+version = "0.3.0"
+source = "git+https://github.com/rsdsl/ip_config.git#9bfd713a9edf9a31fb71095434195c3d0ea3097e"
dependencies = [
"serde",
]
diff --git a/Cargo.toml b/Cargo.toml
index 059da10..284e167 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.4" }
+rsdsl_ip_config = { git = "https://github.com/rsdsl/ip_config.git", version = "0.3.0" }
rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.4.5", default-features = false, features = ["status"] }
serde = "1.0"
serde_json = "1.0"