aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-08-14 02:47:59 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-08-14 02:47:59 +0200
commit6b8eae39b708b2598cf6b85b70801cc079ab57e4 (patch)
tree9663b2db32ffc67bc5ae8549fd6185a5c18d70b7
parenta2dc801b1b9144f1da2cca5b6b228a93066c25c2 (diff)
update netlinkd_sys
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1f39855..c2d833f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -891,7 +891,7 @@ dependencies = [
[[package]]
name = "rsdsl_netlinkd"
version = "0.6.1"
-source = "git+https://github.com/rsdsl/netlinkd.git#06cddb0b371192f2f28eaa50c201577fa689833f"
+source = "git+https://github.com/rsdsl/netlinkd.git#bf65c247f58127fe151c8fd6d4e8d56218d27b7a"
dependencies = [
"futures",
"futures-util",
@@ -908,8 +908,8 @@ dependencies = [
[[package]]
name = "rsdsl_netlinkd_sys"
-version = "0.4.0"
-source = "git+https://github.com/rsdsl/netlinkd.git#06cddb0b371192f2f28eaa50c201577fa689833f"
+version = "0.4.9"
+source = "git+https://github.com/rsdsl/netlinkd.git#bf65c247f58127fe151c8fd6d4e8d56218d27b7a"
dependencies = [
"bindgen",
"cc",
@@ -919,7 +919,7 @@ dependencies = [
[[package]]
name = "rsdsl_pd_config"
version = "0.1.0"
-source = "git+https://github.com/rsdsl/pd_config.git#98ee1876a08a1c3844d0b439a8ba52e5b3423810"
+source = "git+https://github.com/rsdsl/pd_config.git#334b2ce359208f0473353fd7ef60c991de4db42d"
dependencies = [
"serde",
]
diff --git a/Cargo.toml b/Cargo.toml
index 18292b2..3fd45af 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.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" }
serde_json = "1.0"
thiserror = "1.0"