diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-13 20:27:08 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-13 20:27:08 +0200 |
commit | d7f0370d65520b7135bfe311bd169491b9709cb4 (patch) | |
tree | 12a8d2c91da12fd6b8713acb43ae98f879cbbe8a | |
parent | 59a4f963ecf550af5a3c480d3bd42973d0a43d6c (diff) |
update netlinkd
-rw-r--r-- | Cargo.lock | 7 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 5 insertions, 4 deletions
@@ -890,9 +890,10 @@ dependencies = [ [[package]] name = "rsdsl_netlinkd" -version = "0.6.0" -source = "git+https://github.com/rsdsl/netlinkd.git#72f04e3494b4f3ba810274447235e9051f5e1749" +version = "0.6.1" +source = "git+https://github.com/rsdsl/netlinkd.git#06cddb0b371192f2f28eaa50c201577fa689833f" dependencies = [ + "futures", "futures-util", "ipnet", "netlink-packet-route", @@ -908,7 +909,7 @@ dependencies = [ [[package]] name = "rsdsl_netlinkd_sys" version = "0.4.0" -source = "git+https://github.com/rsdsl/netlinkd.git#72f04e3494b4f3ba810274447235e9051f5e1749" +source = "git+https://github.com/rsdsl/netlinkd.git#06cddb0b371192f2f28eaa50c201577fa689833f" dependencies = [ "bindgen", "cc", @@ -12,7 +12,7 @@ notify = "5.1.0" reqwest = { version = "0.11.17", default-features = false, features = ["blocking", "rustls-tls"] } rsdsl_he_config = { git = "https://github.com/rsdsl/he_config.git", version = "0.1.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.0" } +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" } serde_json = "1.0" thiserror = "1.0" |