aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeer <himbeer@disroot.org>2025-03-18 14:48:49 +0100
committerHimbeer <himbeer@disroot.org>2025-03-18 14:48:49 +0100
commit7d1efb00a7f1da6cc327cc1143c58761c39a9d64 (patch)
treed06fa7170fd7500c8c0f904809069ce8be818b72
parent73dc781f9201c22c48ab4a1e58d4b7b95837af68 (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 850f771..560a436 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -542,8 +542,8 @@ dependencies = [
[[package]]
name = "rsdsl_netlinklib"
-version = "0.5.0"
-source = "git+https://github.com/rsdsl/netlinklib.git#7fae1fc884ecfe234e96b96f0a60d469905272ba"
+version = "0.6.0"
+source = "git+https://github.com/rsdsl/netlinklib.git#2567498ff9646c4ad6a11d4f2e0380b100cb9f1f"
dependencies = [
"futures",
"libc",
diff --git a/Cargo.toml b/Cargo.toml
index 56c2fea..6f89eb5 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.5.0", default-features = false, features = ["addr", "blocking", "status"] }
+rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", default-features = false, features = ["addr", "blocking", "status"] }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"