aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-11-18 16:29:13 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-11-18 16:29:13 +0100
commitb5998dcd3450b6fa4c5c281b57c9d607bea5db7e (patch)
tree3b197e6c95763e4f7542586ed697a4e9bcd84212
parentf64e7392765a26faabd5ad49501cfb5917d27100 (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 2c4a722..ee98b04 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -404,8 +404,8 @@ dependencies = [
[[package]]
name = "rsdsl_netlinklib"
-version = "0.4.4"
-source = "git+https://github.com/rsdsl/netlinklib.git#b37c7a2b7692a4f8aa57865df4c00de07a5666dc"
+version = "0.4.5"
+source = "git+https://github.com/rsdsl/netlinklib.git#f63d077934d1edd0c804d2f9d3ad736f4baead25"
dependencies = [
"futures",
"libc",
diff --git a/Cargo.toml b/Cargo.toml
index 2a12d3b..ce2c5d1 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.4", features = ["blocking"] }
+rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.4.5", 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"