aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-06-03 14:57:09 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-06-03 14:57:09 +0200
commit21ea2d42df75ef9de698b592a3a7b1fa9d827844 (patch)
tree0fb256e6528cf9ce7505274ecb3c7a4c22913ff3
parentf51dd26c4cf85d9e70ee85323c98d203452fe950 (diff)
update 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 3e8a68a..30dbbfb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -514,8 +514,8 @@ dependencies = [
[[package]]
name = "rsdsl_netlinkd"
-version = "0.3.0"
-source = "git+https://github.com/rsdsl/netlinkd.git#e3178b6356e8484fa83020f647ad95918a1329ed"
+version = "0.3.1"
+source = "git+https://github.com/rsdsl/netlinkd.git#6e73714f0f184938b317807703c4ff8d434a6a93"
dependencies = [
"futures-util",
"netlink-packet-route",
diff --git a/Cargo.toml b/Cargo.toml
index 5455f81..757e80f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,6 @@ 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.3.0" }
+rsdsl_netlinkd = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.3.1" }
socket2 = { version = "0.5.2", features = ["all"] }
thiserror = "1.0"