aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-11-18 13:42:06 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-11-18 13:42:06 +0100
commit736c51da0f98fd62dab9f91646fbf5e10ba8bb49 (patch)
tree28be53e8fb1d558174ccf81976cda422201138fa
parent4bf8e5adc58f30cd880f70ebfad3144a5249e40e (diff)
update netlinklib
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 60625cd..98ab95b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -404,8 +404,8 @@ dependencies = [
[[package]]
name = "rsdsl_netlinklib"
-version = "0.4.2"
-source = "git+https://github.com/rsdsl/netlinklib.git#1954c7c7e975104fa651ccded4358826e8b3c8d8"
+version = "0.4.3"
+source = "git+https://github.com/rsdsl/netlinklib.git#526c694bcdb08da99aab6da308775fe5e0164b95"
dependencies = [
"futures",
"libc",
diff --git a/Cargo.toml b/Cargo.toml
index b3ffd92..a0fdf86 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
ipnet = "2.8.0"
rsdsl_ip_config = { git = "https://github.com/rsdsl/ip_config.git", version = "0.2.4" }
-rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.4.2", features = ["blocking"] }
+rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.4.3", features = ["blocking"] }
rsdsl_pd_config = { git = "https://github.com/rsdsl/pd_config.git", version = "0.1.0" }
serde_json = "1.0"
signal-hook = "0.3.17"