aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-08-14 09:15:03 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-08-14 09:15:03 +0200
commit5ea0d66da472820c6ce02b1ded3601846a3ca756 (patch)
tree9662b7dacbc08b259da5fee79dcbd0b599f7b8cc
parente6d8fde58885020eaa33ce46a7f5169f9a059cd3 (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 54ea916..da41ad6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -761,8 +761,8 @@ dependencies = [
[[package]]
name = "rsdsl_netlinkd"
-version = "0.6.1"
-source = "git+https://github.com/rsdsl/netlinkd.git#06cddb0b371192f2f28eaa50c201577fa689833f"
+version = "0.6.2"
+source = "git+https://github.com/rsdsl/netlinkd.git#3f8ae378a6f7c1b1b4d4dbc8f9e3ffada6342721"
dependencies = [
"futures",
"futures-util",
@@ -780,7 +780,7 @@ dependencies = [
[[package]]
name = "rsdsl_pd_config"
version = "0.1.0"
-source = "git+https://github.com/rsdsl/pd_config.git#98ee1876a08a1c3844d0b439a8ba52e5b3423810"
+source = "git+https://github.com/rsdsl/pd_config.git#334b2ce359208f0473353fd7ef60c991de4db42d"
dependencies = [
"serde",
]
diff --git a/Cargo.toml b/Cargo.toml
index 7a0f918..7cf0df4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ md5 = "0.7.0"
ppproperly = { git = "https://github.com/rsdsl/ppproperly.git", version = "0.1.0" }
rand = "0.8.5"
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_pppoe2_sys = { git = "https://github.com/rsdsl/pppoe2.git", version = "0.1.0" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"