aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-08-13 20:27:08 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-08-13 20:27:08 +0200
commitd7f0370d65520b7135bfe311bd169491b9709cb4 (patch)
tree12a8d2c91da12fd6b8713acb43ae98f879cbbe8a
parent59a4f963ecf550af5a3c480d3bd42973d0a43d6c (diff)
update netlinkd
-rw-r--r--Cargo.lock7
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1ee9fb8..1f39855 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -890,9 +890,10 @@ dependencies = [
[[package]]
name = "rsdsl_netlinkd"
-version = "0.6.0"
-source = "git+https://github.com/rsdsl/netlinkd.git#72f04e3494b4f3ba810274447235e9051f5e1749"
+version = "0.6.1"
+source = "git+https://github.com/rsdsl/netlinkd.git#06cddb0b371192f2f28eaa50c201577fa689833f"
dependencies = [
+ "futures",
"futures-util",
"ipnet",
"netlink-packet-route",
@@ -908,7 +909,7 @@ dependencies = [
[[package]]
name = "rsdsl_netlinkd_sys"
version = "0.4.0"
-source = "git+https://github.com/rsdsl/netlinkd.git#72f04e3494b4f3ba810274447235e9051f5e1749"
+source = "git+https://github.com/rsdsl/netlinkd.git#06cddb0b371192f2f28eaa50c201577fa689833f"
dependencies = [
"bindgen",
"cc",
diff --git a/Cargo.toml b/Cargo.toml
index 83a2efa..18292b2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ notify = "5.1.0"
reqwest = { version = "0.11.17", default-features = false, features = ["blocking", "rustls-tls"] }
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.0" }
+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" }
serde_json = "1.0"
thiserror = "1.0"