aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-06-03 14:59:28 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-06-03 14:59:28 +0200
commitc55c22bfebcd39085d73f7a0244fc2b589afd2a0 (patch)
treecf1a79c17d846fb269004ad7a10eaebf62a542ad
parent9d67cffda05e4a8405646849f22031b883a261a5 (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 a73c5d1..65b05f3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -854,8 +854,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 97f4d6f..cf4e276 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ md5 = "0.7.0"
pppoe = { git = "https://github.com/rsdsl/pppoe-rs.git", version = "0.1.0", features = ["socket"] }
rand = "0.8.5"
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 = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"