aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-11-18 14:22:26 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-11-18 14:22:26 +0100
commit4a821e234090f98394dfbe6a96c7af449499d35c (patch)
tree8fe3dcdbe83e1478b6e5341ea4731f4d921955ed
parentec74882b54f9dd7fabc512f70d88b1069ff4f32f (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 feb0386..8d596b0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -681,8 +681,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 5ace373..3d6cf5a 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.2.4" }
-rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.4.3", default-features = false, features = ["status"] }
+rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.4.4", default-features = false, features = ["status"] }
serde = "1.0"
serde_json = "1.0"
socket2 = "0.5.5"