aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-11-06 17:34:37 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-11-06 17:34:37 +0100
commita14e1b71b990be0bb275c65ad3a8b65dcb0acd97 (patch)
tree832dd6773c828925e8b2a77cda8e0c8acb81c8e5
parentea05079729f755d48c4efd4752a754c0c835598e (diff)
update rsdsl_netlinkd
-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 0876dbc..a58149d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -566,8 +566,8 @@ dependencies = [
[[package]]
name = "rsdsl_netlinkd"
-version = "0.7.0"
-source = "git+https://github.com/rsdsl/netlinkd.git#633b9bd742ee9a5204538b32558ceb41c1e5aa7d"
+version = "0.7.1"
+source = "git+https://github.com/rsdsl/netlinkd.git#ed35bb384a77ba78baa6898df45ef4e7150a9df2"
dependencies = [
"bitfield",
"futures",
diff --git a/Cargo.toml b/Cargo.toml
index 4368b98..ac0b567 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"
ipnet = "2.7.1"
linkaddrs = { git = "https://github.com/HimbeerserverDE/linkaddrs.git", version = "0.1.0" }
pnet_packet = "0.33.0"
-rsdsl_netlinkd = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.7.0" }
+rsdsl_netlinkd = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.7.1" }
signal-hook = "0.3.17"
socket2 = { version = "0.5.2", features = ["all"] }
thiserror = "1.0"