aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-07-30 10:23:08 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-07-30 10:23:08 +0200
commita6048030177e3f827b9cd85f4341ea878cd0e4e3 (patch)
tree0d5662d8001294dc6cd4a74982687c563d4235e7
parent88e1500134c895bc1b7636fd54172c592eb10784 (diff)
update ip_config
-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 60e8454..b96d121 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -134,8 +134,8 @@ dependencies = [
[[package]]
name = "rsdsl_ip_config"
-version = "0.1.0"
-source = "git+https://github.com/rsdsl/ip_config.git#e13adb9cc9367ad93f1e947335b0d56108015999"
+version = "0.2.1"
+source = "git+https://github.com/rsdsl/ip_config.git#26c15096a1f4b69c6c06b5373b507c9dbbfc54c5"
dependencies = [
"serde",
]
diff --git a/Cargo.toml b/Cargo.toml
index e4dae86..6b812d5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,5 +8,5 @@ edition = "2021"
[dependencies]
nix = { version = "0.26.2", features = ["time"] }
ntp = "0.5.0"
-rsdsl_ip_config = { git = "https://github.com/rsdsl/ip_config.git", version = "0.1.0" }
+rsdsl_ip_config = { git = "https://github.com/rsdsl/ip_config.git", version = "0.2.1" }
thiserror = "1.0"