aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-11-18 14:22:30 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-11-18 14:22:30 +0100
commit5a1469e6837ea57b3d779e38142f22c5c53e8a73 (patch)
treec9893cba13a0673a2a9ce437e11575e69d5d5833
parentcc9baf1f51095474579b3450f17c855706cfc60c (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 915262f..31b0504 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -603,8 +603,8 @@ dependencies = [
[[package]]
name = "rsdsl_netlinklib"
-version = "0.4.3"
-source = "git+https://github.com/rsdsl/netlinklib.git#526c694bcdb08da99aab6da308775fe5e0164b95"
+version = "0.4.4"
+source = "git+https://github.com/rsdsl/netlinklib.git#b37c7a2b7692a4f8aa57865df4c00de07a5666dc"
dependencies = [
"futures",
"libc",
diff --git a/Cargo.toml b/Cargo.toml
index e851222..07c8278 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
hickory-resolver = { version = "0.24.0", default-features = false, features = ["tokio-runtime"] }
ipnet = "2.8.0"
-rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.4.3", default-features = false, features = ["tunnel"] }
+rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.4.4", default-features = false, features = ["tunnel"] }
rsdsl_pd_config = { git = "https://github.com/rsdsl/pd_config.git", version = "0.1.0" }
serde_json = "1.0"
signal-hook = "0.3.17"