diff options
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -653,8 +653,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", @@ -13,7 +13,7 @@ ipnet = "2.7.1" libc = "0.2" linkaddrs = { git = "https://github.com/HimbeerserverDE/linkaddrs.git", version = "0.1.0" } rand = "0.8.5" -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" } serde = "1.0" serde_derive = "1.0" serde_json = "1.0" |