aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-06-03 14:56:00 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-06-03 14:56:00 +0200
commit19a548879e46387b7644c2762905d76963448a6a (patch)
treea4ab201989494c3dfb86fecc2f265f7db438859a
parent7118ecb0ae4c1d6363a682920db30436c1cc0acd (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 6d7db01..cc99611 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -916,8 +916,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 5a61c89..778db92 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ notify = "5.1.0"
reqwest = { version = "0.11.17", default-features = false, features = ["blocking", "rustls-tls"] }
rsdsl_he_config = { git = "https://github.com/rsdsl/he_config.git", version = "0.1.0" }
rsdsl_ip_config = { git = "https://github.com/rsdsl/ip_config.git", version = "0.1.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" }
serde_json = "1.0"
socket2 = { version = "0.5.2", features = ["all"] }
thiserror = "1.0"