aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-08-14 21:55:45 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-08-14 21:55:45 +0200
commit9e67b8472c81c2ed48a14375b24e22b946d8845a (patch)
tree90a07d920c8299a7fa85c53d60b8bdf70b831eb3
parent4924b30445d4096bdc922bd55de518a02404eefa (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 389f258..8cd2c5b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -888,7 +888,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",
@@ -905,8 +905,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 deb085a..484f306 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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.10" }
+rsdsl_netlinkd_sys = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.4.11" }
rsdsl_pd_config = { git = "https://github.com/rsdsl/pd_config.git", version = "0.1.0" }
serde_json = "1.0"
thiserror = "1.0"