aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeer <himbeer@disroot.org>2025-03-18 15:29:57 +0100
committerHimbeer <himbeer@disroot.org>2025-03-18 15:30:38 +0100
commitbe07f0089801adf20bec7b98b0dedc00085d095c (patch)
tree32adc5e85d25fe4a431434cf0cb2a99044507b2f
parenteb95e58ccba08384aa89cb2b8bdae05343c99bff (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 1eb2c06..612b415 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -668,8 +668,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 1bbee30..e4b2e7d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@ md5 = "0.7.0"
ppproperly = { git = "https://github.com/rsdsl/ppproperly.git", version = "0.1.0" }
rand = "0.8.5"
rsdsl_ip_config = { git = "https://github.com/rsdsl/ip_config.git", version = "0.3.0" }
-rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.5.0", default-features = false, features = ["status"] }
+rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", default-features = false, features = ["status"] }
serde = "1.0"
serde_json = "1.0"
socket2 = "0.5.5"