diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-14 11:14:15 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-14 11:14:15 +0200 |
commit | 4924b30445d4096bdc922bd55de518a02404eefa (patch) | |
tree | e84294c53a009f4eb07d8e65ddbc6b18d9f94a6f | |
parent | ebc646cf1bfdc9131c6365e9a3c3a218561b7500 (diff) |
update netlinkd_sys
-rw-r--r-- | Cargo.lock | 6 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -888,7 +888,7 @@ dependencies = [ [[package]] name = "rsdsl_netlinkd" version = "0.6.2" -source = "git+https://github.com/rsdsl/netlinkd.git#3f8ae378a6f7c1b1b4d4dbc8f9e3ffada6342721" +source = "git+https://github.com/rsdsl/netlinkd.git#c2d9ac31ef555477e42eb379a6aff68c82161ae0" dependencies = [ "futures", "futures-util", @@ -905,8 +905,8 @@ dependencies = [ [[package]] name = "rsdsl_netlinkd_sys" -version = "0.4.9" -source = "git+https://github.com/rsdsl/netlinkd.git#3f8ae378a6f7c1b1b4d4dbc8f9e3ffada6342721" +version = "0.4.10" +source = "git+https://github.com/rsdsl/netlinkd.git#c2d9ac31ef555477e42eb379a6aff68c82161ae0" dependencies = [ "bindgen", "cc", @@ -10,7 +10,7 @@ ipnet = "2.8.0" notify = "6.0.1" 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.2" } -rsdsl_netlinkd_sys = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.4.9" } +rsdsl_netlinkd_sys = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.4.10" } rsdsl_pd_config = { git = "https://github.com/rsdsl/pd_config.git", version = "0.1.0" } serde_json = "1.0" thiserror = "1.0" |