diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-11-17 18:10:42 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-11-17 18:10:42 +0100 |
commit | 64f6f1c2aa7139ac4eeca4e5145e25d7d822ce0a (patch) | |
tree | cbbdb506c80d7d0c09514555725c815950f39a11 | |
parent | 5b9b99b1f2fede1b06148c7dca39b8267c40ff99 (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.2.1" -source = "git+https://github.com/rsdsl/netlinklib.git#e90ee46c1aeb83973da25e9b104c896baddc475d" +version = "0.3.0" +source = "git+https://github.com/rsdsl/netlinklib.git#2c20dc2932696cb87ea7e6eb5327b7dccf0e9b1b" 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.2.1", features = ["blocking"] } +rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.3.0", 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" |