aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-08-13 11:32:07 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-08-13 11:32:07 +0200
commit6f9b97eb8d9db25b1d249262ff42beb47e9f3a31 (patch)
tree17fd902ca70ad54e464533e0306943562b60d5cc
parent82c81b2418092280b68a88e97fb557c842a134d1 (diff)
update netlinkd
-rw-r--r--Cargo.lock6
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2776af7..3cac022 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -890,8 +890,8 @@ dependencies = [
[[package]]
name = "rsdsl_netlinkd"
-version = "0.4.0"
-source = "git+https://github.com/rsdsl/netlinkd.git#824215ee93b91a2e5a19043369ac84b9348bfcff"
+version = "0.5.0"
+source = "git+https://github.com/rsdsl/netlinkd.git#644023c680db2346c3144e7218d9ece7402e65b5"
dependencies = [
"futures-util",
"netlink-packet-route",
@@ -906,7 +906,7 @@ dependencies = [
[[package]]
name = "rsdsl_netlinkd_sys"
version = "0.4.0"
-source = "git+https://github.com/rsdsl/netlinkd.git#824215ee93b91a2e5a19043369ac84b9348bfcff"
+source = "git+https://github.com/rsdsl/netlinkd.git#644023c680db2346c3144e7218d9ece7402e65b5"
dependencies = [
"bindgen",
"cc",
diff --git a/Cargo.toml b/Cargo.toml
index 5eadb29..4e2955a 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.1" }
-rsdsl_netlinkd = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.4.0" }
+rsdsl_netlinkd = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.5.0" }
rsdsl_netlinkd_sys = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.4.0" }
serde_json = "1.0"
thiserror = "1.0"