diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-13 11:28:56 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-13 11:28:56 +0200 |
commit | c03d5b431e09a6da7dd02175d1523733afbbeedc (patch) | |
tree | 027af4c5b5be6f0da7ee9ef0ead017e4118a2d79 | |
parent | 14173696f7ee63d822384ea5e9ec8274553b4485 (diff) |
update netlinkd
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -755,8 +755,8 @@ dependencies = [ [[package]] name = "rsdsl_netlinkd" -version = "0.4.0" -source = "git+https://github.com/rsdsl/netlinkd.git#5b1bde77629611ae44f7f0070b757ffba4564165" +version = "0.5.0" +source = "git+https://github.com/rsdsl/netlinkd.git#644023c680db2346c3144e7218d9ece7402e65b5" dependencies = [ "futures-util", "netlink-packet-route", @@ -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.1" } -rsdsl_netlinkd = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.4.0" } +rsdsl_netlinkd = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.5.0" } rsdsl_pppoe2_sys = { git = "https://github.com/rsdsl/pppoe2.git", version = "0.1.0" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" |