diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-13 11:32:07 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-13 11:32:07 +0200 |
commit | 6f9b97eb8d9db25b1d249262ff42beb47e9f3a31 (patch) | |
tree | 17fd902ca70ad54e464533e0306943562b60d5cc | |
parent | 82c81b2418092280b68a88e97fb557c842a134d1 (diff) |
update netlinkd
-rw-r--r-- | Cargo.lock | 6 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -890,8 +890,8 @@ dependencies = [ [[package]] name = "rsdsl_netlinkd" -version = "0.4.0" -source = "git+https://github.com/rsdsl/netlinkd.git#824215ee93b91a2e5a19043369ac84b9348bfcff" +version = "0.5.0" +source = "git+https://github.com/rsdsl/netlinkd.git#644023c680db2346c3144e7218d9ece7402e65b5" dependencies = [ "futures-util", "netlink-packet-route", @@ -906,7 +906,7 @@ dependencies = [ [[package]] name = "rsdsl_netlinkd_sys" version = "0.4.0" -source = "git+https://github.com/rsdsl/netlinkd.git#824215ee93b91a2e5a19043369ac84b9348bfcff" +source = "git+https://github.com/rsdsl/netlinkd.git#644023c680db2346c3144e7218d9ece7402e65b5" 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.1" } -rsdsl_netlinkd = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.4.0" } +rsdsl_netlinkd = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.5.0" } rsdsl_netlinkd_sys = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.4.0" } serde_json = "1.0" thiserror = "1.0" |