aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-11-18 16:29:18 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-11-18 16:29:18 +0100
commitb278ff9010c60f8f9d7cdf5e9d0c42a78effbaf0 (patch)
treeba3130934072e8bc02220316e83bde258ce58475
parentd281c42f1026b22250d2f2b572cc8277d0dc23a1 (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 7ec0261..ddc116e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -548,8 +548,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 74df859..a35ebcf 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.4", default-features = false, features = ["addr", "blocking", "status"] }
+rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.4.5", default-features = false, features = ["addr", "blocking", "status"] }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"