aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-08-14 21:56:33 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-08-14 21:56:33 +0200
commit6b2cca73718e3a7d214da9222a4845d72b0b47df (patch)
tree89c9972040d22bb12ae1d3962cf25be894bdf079
parentdba7c6f50acab075b239dc1f9474494d5e249951 (diff)
update netlinkd_sys
-rw-r--r--Cargo.lock6
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 766e224..e47dab2 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#c2d9ac31ef555477e42eb379a6aff68c82161ae0"
+source = "git+https://github.com/rsdsl/netlinkd.git#861a1f2897f2147c969b1d6222bb86eeb4d55c53"
dependencies = [
"futures",
"futures-util",
@@ -908,8 +908,8 @@ dependencies = [
[[package]]
name = "rsdsl_netlinkd_sys"
-version = "0.4.10"
-source = "git+https://github.com/rsdsl/netlinkd.git#c2d9ac31ef555477e42eb379a6aff68c82161ae0"
+version = "0.4.11"
+source = "git+https://github.com/rsdsl/netlinkd.git#861a1f2897f2147c969b1d6222bb86eeb4d55c53"
dependencies = [
"bindgen",
"cc",
diff --git a/Cargo.toml b/Cargo.toml
index ac15393..5235621 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.10" }
+rsdsl_netlinkd_sys = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.4.11" }
serde_json = "1.0"
thiserror = "1.0"