aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-08-13 19:07:32 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-08-13 19:07:32 +0200
commit11a3a18e9fa429e739261ecec02829f18c482faa (patch)
treebaf66412774bf5e17c2982e691b13485aa092395
parenta6048030177e3f827b9cd85f4341ea878cd0e4e3 (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 b96d121..ff737b9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -134,8 +134,8 @@ dependencies = [
[[package]]
name = "rsdsl_ip_config"
-version = "0.2.1"
-source = "git+https://github.com/rsdsl/ip_config.git#26c15096a1f4b69c6c06b5373b507c9dbbfc54c5"
+version = "0.2.2"
+source = "git+https://github.com/rsdsl/ip_config.git#3239a5eeef22de4c50d4d00a9f51bebb5207633c"
dependencies = [
"serde",
]
diff --git a/Cargo.toml b/Cargo.toml
index 6b812d5..2646cb2 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.2.1" }
+rsdsl_ip_config = { git = "https://github.com/rsdsl/ip_config.git", version = "0.2.2" }
thiserror = "1.0"