aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-11-18 16:29:08 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-11-18 16:29:08 +0100
commit1bdce1afa4e9fd8c554452716ce30a0f4e97f055 (patch)
treea6a694eeb6054bc642b87c07070d453302f08382
parent5a1469e6837ea57b3d779e38142f22c5c53e8a73 (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 31b0504..e068f85 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -603,8 +603,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 07c8278..5bc879f 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.4", default-features = false, features = ["tunnel"] }
+rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.4.5", 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"