diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-05-07 08:59:03 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-05-07 08:59:03 +0200 |
commit | 0e8c19cda9c400e7b9304dd3975b3bee1dfc2f60 (patch) | |
tree | 7fcc06919a049754dd158b83b0aa9ae98d219e01 /Cargo.toml | |
parent | 8f420dacf26870b995874c34bb807bc89e589411 (diff) |
bump rsdsl_netlinkd to v0.2.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.1.1" } +rsdsl_netlinkd = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.2.0" } serde = "1.0" serde_derive = "1.0" serde_json = "1.0" |