aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-11-18 13:40:28 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-11-18 13:40:28 +0100
commitfd923bd4f1d3d994a7147ff9dd197176e2be8bb7 (patch)
tree011188583de642abbd243830c6ee6b12801e7c19
parenta05bf46ba9d4c5ca79fff5b83809315a82512e83 (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 a484f5c..a69b200 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -441,8 +441,8 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
[[package]]
name = "rsdsl_netlinklib"
-version = "0.4.2"
-source = "git+https://github.com/rsdsl/netlinklib.git#1954c7c7e975104fa651ccded4358826e8b3c8d8"
+version = "0.4.3"
+source = "git+https://github.com/rsdsl/netlinklib.git#526c694bcdb08da99aab6da308775fe5e0164b95"
dependencies = [
"futures",
"libc",
diff --git a/Cargo.toml b/Cargo.toml
index dc9b823..d4e1d79 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
pnet_packet = "0.33.0"
-rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.4.2", features = ["addr", "blocking", "status"], default-features = false }
+rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.4.3", features = ["addr", "blocking", "status"], default-features = false }
signal-hook = "0.3.17"
socket2 = { version = "0.5.2", features = ["all"] }
thiserror = "1.0"