aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-08-14 02:48:28 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-08-14 02:48:28 +0200
commit96cf214b47c2e9e84439984cf2c583dca13bc8cb (patch)
tree2adf0f9598769a8274c0155e665ac7f2dc8e389d
parent106b6861359e05dc8ecfcae4dcb26aafa73fd098 (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 1d56fe6..8b0ec5e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -869,7 +869,7 @@ dependencies = [
[[package]]
name = "rsdsl_netlinkd"
version = "0.6.1"
-source = "git+https://github.com/rsdsl/netlinkd.git#e5c7ea6dacb32d38580b10c67b30cf25b2fe9687"
+source = "git+https://github.com/rsdsl/netlinkd.git#bf65c247f58127fe151c8fd6d4e8d56218d27b7a"
dependencies = [
"futures",
"futures-util",
@@ -886,8 +886,8 @@ dependencies = [
[[package]]
name = "rsdsl_netlinkd_sys"
-version = "0.4.0"
-source = "git+https://github.com/rsdsl/netlinkd.git#e5c7ea6dacb32d38580b10c67b30cf25b2fe9687"
+version = "0.4.9"
+source = "git+https://github.com/rsdsl/netlinkd.git#bf65c247f58127fe151c8fd6d4e8d56218d27b7a"
dependencies = [
"bindgen",
"cc",
diff --git a/Cargo.toml b/Cargo.toml
index 3479a85..b3c097e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ edition = "2021"
ipnet = "2.8.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.1" }
-rsdsl_netlinkd_sys = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.4.0" }
+rsdsl_netlinkd_sys = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.4.9" }
rsdsl_pd_config = { git = "https://github.com/rsdsl/pd_config.git", version = "0.1.0" }
serde_json = "1.0"
thiserror = "1.0"