aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-11-06 17:35:28 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-11-06 17:35:28 +0100
commit88de2ff1979de61d311fc34ed5c8c5e70a64307d (patch)
tree817173ad9f1ce6e23e413a58f023adae0098977c
parent8996dc0ecb80655e6cc9b3a5ba41859411476ceb (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 d7d0d0d..7b354c5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -710,8 +710,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 7e473fb..baf7228 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
ipnet = "2.8.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" }
rsdsl_pd_config = { git = "https://github.com/rsdsl/pd_config.git", version = "0.1.0" }
serde_json = "1.0"
signal-hook = "0.3.17"