aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-11-18 14:22:43 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-11-18 14:22:43 +0100
commitd281c42f1026b22250d2f2b572cc8277d0dc23a1 (patch)
treeaf494a48eb94f54f55c7dac22a2e5330f4e6fb63
parent6742ebb38f1b471b5a952c4e856f600db90a4c81 (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 83547f7..7ec0261 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -548,8 +548,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 4c75af3..74df859 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ dhcproto = "0.8.0"
ipnet = "2.7.1"
libc = "0.2"
rand = "0.8.5"
-rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.4.3", default-features = false, features = ["addr", "blocking", "status"] }
+rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.4.4", default-features = false, features = ["addr", "blocking", "status"] }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"