diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-11-18 16:29:13 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-11-18 16:29:13 +0100 |
commit | b5998dcd3450b6fa4c5c281b57c9d607bea5db7e (patch) | |
tree | 3b197e6c95763e4f7542586ed697a4e9bcd84212 | |
parent | f64e7392765a26faabd5ad49501cfb5917d27100 (diff) |
update netlinklib
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -404,8 +404,8 @@ dependencies = [ [[package]] name = "rsdsl_netlinklib" -version = "0.4.4" -source = "git+https://github.com/rsdsl/netlinklib.git#b37c7a2b7692a4f8aa57865df4c00de07a5666dc" +version = "0.4.5" +source = "git+https://github.com/rsdsl/netlinklib.git#f63d077934d1edd0c804d2f9d3ad736f4baead25" dependencies = [ "futures", "libc", @@ -8,7 +8,7 @@ edition = "2021" [dependencies] ipnet = "2.8.0" rsdsl_ip_config = { git = "https://github.com/rsdsl/ip_config.git", version = "0.2.4" } -rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.4.4", features = ["blocking"] } +rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.4.5", features = ["blocking"] } rsdsl_pd_config = { git = "https://github.com/rsdsl/pd_config.git", version = "0.1.0" } serde_json = "1.0" signal-hook = "0.3.17" |