From eea6c861b4e5fd7f84c7cb8bf8e02a2b6c0da353 Mon Sep 17 00:00:00 2001 From: HimbeerserverDE Date: Mon, 14 Aug 2023 11:13:42 +0200 Subject: update netlinkd_sys --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b67722f..766e224 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -891,7 +891,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", @@ -908,8 +908,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", diff --git a/Cargo.toml b/Cargo.toml index 9ee5d87..ac15393 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,6 @@ reqwest = { version = "0.11.17", default-features = false, features = ["blocking 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.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" } serde_json = "1.0" thiserror = "1.0" -- cgit v1.2.3