aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-11-18 16:29:04 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-11-18 16:29:04 +0100
commitfa037a710698e513f1aac4bf646d1c436dc5c81c (patch)
tree57b7a70698a0a66f581cde062d6f0c9a65029965
parentcf217b2f954cb2973b38e4dbd35600a08ee9d766 (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 06e6af5..b434c0b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -671,8 +671,8 @@ dependencies = [
[[package]]
name = "rsdsl_netlinklib"
-version = "0.4.4"
-source = "git+https://github.com/rsdsl/netlinklib.git#3996bff08616bbe2b6a9ce6f5cfe9aaa8aa738cc"
+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 dbf8f1e..059da10 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.4", default-features = false, features = ["status"] }
+rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.4.5", default-features = false, features = ["status"] }
serde = "1.0"
serde_json = "1.0"
socket2 = "0.5.5"