aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-08-14 09:16:05 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-08-14 09:16:05 +0200
commit8d73b76d0bf8fcf396c79267a99a70c1672b2130 (patch)
tree8bd8a8539115fcfa9162f70c3dfb12df19d9e995
parent96cf214b47c2e9e84439984cf2c583dca13bc8cb (diff)
update netlinkd
-rw-r--r--Cargo.lock6
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8b0ec5e..212e1e8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -868,8 +868,8 @@ dependencies = [
[[package]]
name = "rsdsl_netlinkd"
-version = "0.6.1"
-source = "git+https://github.com/rsdsl/netlinkd.git#bf65c247f58127fe151c8fd6d4e8d56218d27b7a"
+version = "0.6.2"
+source = "git+https://github.com/rsdsl/netlinkd.git#3f8ae378a6f7c1b1b4d4dbc8f9e3ffada6342721"
dependencies = [
"futures",
"futures-util",
@@ -887,7 +887,7 @@ dependencies = [
[[package]]
name = "rsdsl_netlinkd_sys"
version = "0.4.9"
-source = "git+https://github.com/rsdsl/netlinkd.git#bf65c247f58127fe151c8fd6d4e8d56218d27b7a"
+source = "git+https://github.com/rsdsl/netlinkd.git#3f8ae378a6f7c1b1b4d4dbc8f9e3ffada6342721"
dependencies = [
"bindgen",
"cc",
diff --git a/Cargo.toml b/Cargo.toml
index b3c097e..b6d9290 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
ipnet = "2.8.0"
rsdsl_ip_config = { git = "https://github.com/rsdsl/ip_config.git", version = "0.2.2" }
-rsdsl_netlinkd = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.6.1" }
+rsdsl_netlinkd = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.6.2" }
rsdsl_netlinkd_sys = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.4.9" }
rsdsl_pd_config = { git = "https://github.com/rsdsl/pd_config.git", version = "0.1.0" }
serde_json = "1.0"