diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-14 02:48:28 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-14 02:48:28 +0200 |
commit | 96cf214b47c2e9e84439984cf2c583dca13bc8cb (patch) | |
tree | 2adf0f9598769a8274c0155e665ac7f2dc8e389d | |
parent | 106b6861359e05dc8ecfcae4dcb26aafa73fd098 (diff) |
update netlinkd_sys
-rw-r--r-- | Cargo.lock | 6 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -869,7 +869,7 @@ dependencies = [ [[package]] name = "rsdsl_netlinkd" version = "0.6.1" -source = "git+https://github.com/rsdsl/netlinkd.git#e5c7ea6dacb32d38580b10c67b30cf25b2fe9687" +source = "git+https://github.com/rsdsl/netlinkd.git#bf65c247f58127fe151c8fd6d4e8d56218d27b7a" dependencies = [ "futures", "futures-util", @@ -886,8 +886,8 @@ dependencies = [ [[package]] name = "rsdsl_netlinkd_sys" -version = "0.4.0" -source = "git+https://github.com/rsdsl/netlinkd.git#e5c7ea6dacb32d38580b10c67b30cf25b2fe9687" +version = "0.4.9" +source = "git+https://github.com/rsdsl/netlinkd.git#bf65c247f58127fe151c8fd6d4e8d56218d27b7a" dependencies = [ "bindgen", "cc", @@ -9,7 +9,7 @@ edition = "2021" ipnet = "2.8.0" rsdsl_ip_config = { git = "https://github.com/rsdsl/ip_config.git", version = "0.2.2" } rsdsl_netlinkd = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.6.1" } -rsdsl_netlinkd_sys = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.4.0" } +rsdsl_netlinkd_sys = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.4.9" } rsdsl_pd_config = { git = "https://github.com/rsdsl/pd_config.git", version = "0.1.0" } serde_json = "1.0" thiserror = "1.0" |