diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-11-18 14:22:39 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-11-18 14:22:39 +0100 |
commit | f64e7392765a26faabd5ad49501cfb5917d27100 (patch) | |
tree | 2a8be2bdbb2b6aecd3387a95c223cfee3d9f1264 | |
parent | 736c51da0f98fd62dab9f91646fbf5e10ba8bb49 (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.3" -source = "git+https://github.com/rsdsl/netlinklib.git#526c694bcdb08da99aab6da308775fe5e0164b95" +version = "0.4.4" +source = "git+https://github.com/rsdsl/netlinklib.git#b37c7a2b7692a4f8aa57865df4c00de07a5666dc" 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.3", features = ["blocking"] } +rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.4.4", 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" |