aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-08-13 19:11:49 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-08-13 19:11:49 +0200
commit257d7baa7b94f7a17ac2c6c369856405bdbd3715 (patch)
treee45e9d04e8912e66d7c5a0b6a505603fb4a5b439
parent6659a4dc7f5d4fd8b4758457aab603b274ea0c46 (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 0348cc6..3c20c73 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -645,21 +645,23 @@ dependencies = [
[[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",
@@ -667,6 +669,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 = "rtnetlink"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/Cargo.toml b/Cargo.toml
index 87a5f14..93d64d0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ ipnet = "2.7.1"
libc = "0.2"
linkaddrs = { git = "https://github.com/HimbeerserverDE/linkaddrs.git", version = "0.1.0" }
rand = "0.8.5"
-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" }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"