aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-07-30 10:22:23 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-07-30 10:22:23 +0200
commit7cd4b5a1bbe3c59607bb0d7efca77721057e5861 (patch)
tree8cd2208454ec798354c17949482c42188b0dfd29
parentbb38811c966d366e3dda177706dbbbc1dde67c91 (diff)
update ip_config
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f680094..dfc017f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ libc = "0.2.147"
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.0" }
+rsdsl_ip_config = { git = "https://github.com/rsdsl/ip_config.git", version = "0.2.1" }
rsdsl_netlinkd = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.4.0" }
rsdsl_pppoe2_sys = { git = "https://github.com/rsdsl/pppoe2.git", version = "0.1.0" }
serde = { version = "1.0", features = ["derive"] }