diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2024-01-30 19:29:17 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2024-01-30 19:29:17 +0100 |
commit | 36425710343e6a1a1f17b1bc5e0a9dc8fd847589 (patch) | |
tree | 8f2a36fa9cdb339a5f6f6763df242895350d29f6 | |
parent | 2edee812a94174a6e1957ec92846a51c364aa386 (diff) |
update rsdsl_ip_config to v0.3.0
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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", ] @@ -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" |