aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-08-13 20:25:24 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-08-13 20:25:24 +0200
commite6d8fde58885020eaa33ce46a7f5169f9a059cd3 (patch)
tree169c2cb9d97a6a15da485c2605206653375bbd63
parent2a833fcb9ff337e2bf78290200077d564a76904e (diff)
update netlinkd
-rw-r--r--Cargo.lock5
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a6f3d28..54ea916 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -761,9 +761,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",
diff --git a/Cargo.toml b/Cargo.toml
index a2f6ffe..7a0f918 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ md5 = "0.7.0"
ppproperly = { git = "https://github.com/rsdsl/ppproperly.git", version = "0.1.0" }
rand = "0.8.5"
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_pppoe2_sys = { git = "https://github.com/rsdsl/pppoe2.git", version = "0.1.0" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"