aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-08-13 20:24:35 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-08-13 20:24:35 +0200
commit44a2d75f1c86b254fc1c38eb8100e5e72e5432a3 (patch)
tree8a48dc9012412e092c43035c05ea666bc734d730
parentaf29e5b8f9236c5fdfa127b98e309971cd983c15 (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 9862cf0..943716f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -579,9 +579,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 8a92906..8affb67 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,6 @@ edition = "2021"
ipnet = "2.7.1"
linkaddrs = { git = "https://github.com/HimbeerserverDE/linkaddrs.git", version = "0.1.0" }
pnet_packet = "0.33.0"
-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" }
socket2 = { version = "0.5.2", features = ["all"] }
thiserror = "1.0"