aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-08-13 19:17:01 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-08-13 19:17:10 +0200
commitaf29e5b8f9236c5fdfa127b98e309971cd983c15 (patch)
tree3f8fe2db6af9a2cd51a4f0eece17d9f1435d2a05
parentaf4f296fdf1596e73ed3e36a7f5550c0f75f66ae (diff)
update netlinkd
-rw-r--r--Cargo.lock18
-rw-r--r--Cargo.toml2
2 files changed, 15 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9b085c1..9862cf0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -571,21 +571,23 @@ checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
[[package]]
name = "rsdsl_ip_config"
-version = "0.2.1"
-source = "git+https://github.com/rsdsl/ip_config.git#26c15096a1f4b69c6c06b5373b507c9dbbfc54c5"
+version = "0.2.2"
+source = "git+https://github.com/rsdsl/ip_config.git#3239a5eeef22de4c50d4d00a9f51bebb5207633c"
dependencies = [
"serde",
]
[[package]]
name = "rsdsl_netlinkd"
-version = "0.5.0"
-source = "git+https://github.com/rsdsl/netlinkd.git#644023c680db2346c3144e7218d9ece7402e65b5"
+version = "0.6.0"
+source = "git+https://github.com/rsdsl/netlinkd.git#72f04e3494b4f3ba810274447235e9051f5e1749"
dependencies = [
"futures-util",
+ "ipnet",
"netlink-packet-route",
"notify",
"rsdsl_ip_config",
+ "rsdsl_pd_config",
"rtnetlink",
"serde_json",
"thiserror",
@@ -593,6 +595,14 @@ dependencies = [
]
[[package]]
+name = "rsdsl_pd_config"
+version = "0.1.0"
+source = "git+https://github.com/rsdsl/pd_config.git#98ee1876a08a1c3844d0b439a8ba52e5b3423810"
+dependencies = [
+ "serde",
+]
+
+[[package]]
name = "rsdsl_radvd"
version = "0.1.0"
dependencies = [
diff --git a/Cargo.toml b/Cargo.toml
index 25653fa..8a92906 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.5.0" }
+rsdsl_netlinkd = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.6.0" }
socket2 = { version = "0.5.2", features = ["all"] }
thiserror = "1.0"