diff options
author | Himbeer <himbeer@disroot.org> | 2025-03-18 15:29:57 +0100 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2025-03-18 15:30:38 +0100 |
commit | be07f0089801adf20bec7b98b0dedc00085d095c (patch) | |
tree | 32adc5e85d25fe4a431434cf0cb2a99044507b2f | |
parent | eb95e58ccba08384aa89cb2b8bdae05343c99bff (diff) |
Update netlinklib
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -668,8 +668,8 @@ dependencies = [ [[package]] name = "rsdsl_netlinklib" -version = "0.5.0" -source = "git+https://github.com/rsdsl/netlinklib.git#7fae1fc884ecfe234e96b96f0a60d469905272ba" +version = "0.6.0" +source = "git+https://github.com/rsdsl/netlinklib.git#2567498ff9646c4ad6a11d4f2e0380b100cb9f1f" dependencies = [ "futures", "libc", @@ -14,7 +14,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.3.0" } -rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.5.0", default-features = false, features = ["status"] } +rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", default-features = false, features = ["status"] } serde = "1.0" serde_json = "1.0" socket2 = "0.5.5" |