aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
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 /Cargo.toml
parenta6048030177e3f827b9cd85f4341ea878cd0e4e3 (diff)
update 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 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"