From 35e2a6faa72e6a757099c77eec5b68d79c6826ab Mon Sep 17 00:00:00 2001 From: HimbeerserverDE Date: Mon, 14 Aug 2023 09:14:07 +0200 Subject: update netlinkd --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 943716f..316a3fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -579,8 +579,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", @@ -598,7 +598,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 8affb67..1503a32 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.6.1" } +rsdsl_netlinkd = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.6.2" } socket2 = { version = "0.5.2", features = ["all"] } thiserror = "1.0" -- cgit v1.2.3