diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-14 02:48:28 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-14 02:48:28 +0200 |
commit | 96cf214b47c2e9e84439984cf2c583dca13bc8cb (patch) | |
tree | 2adf0f9598769a8274c0155e665ac7f2dc8e389d /Cargo.toml | |
parent | 106b6861359e05dc8ecfcae4dcb26aafa73fd098 (diff) |
update netlinkd_sys
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ edition = "2021" ipnet = "2.8.0" rsdsl_ip_config = { git = "https://github.com/rsdsl/ip_config.git", version = "0.2.2" } rsdsl_netlinkd = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.6.1" } -rsdsl_netlinkd_sys = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.4.0" } +rsdsl_netlinkd_sys = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.4.9" } rsdsl_pd_config = { git = "https://github.com/rsdsl/pd_config.git", version = "0.1.0" } serde_json = "1.0" thiserror = "1.0" |