diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-06-03 14:59:28 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-06-03 14:59:28 +0200 |
commit | c55c22bfebcd39085d73f7a0244fc2b589afd2a0 (patch) | |
tree | cf1a79c17d846fb269004ad7a10eaebf62a542ad | |
parent | 9d67cffda05e4a8405646849f22031b883a261a5 (diff) |
update netlinkd
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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", @@ -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" |