diff options
author | Himbeer <himbeer@disroot.org> | 2025-03-18 14:48:49 +0100 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2025-03-18 14:48:49 +0100 |
commit | 7d1efb00a7f1da6cc327cc1143c58761c39a9d64 (patch) | |
tree | d06fa7170fd7500c8c0f904809069ce8be818b72 | |
parent | 73dc781f9201c22c48ab4a1e58d4b7b95837af68 (diff) |
Update netlinklib
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -542,8 +542,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", @@ -12,7 +12,7 @@ dhcproto = "0.8.0" ipnet = "2.7.1" libc = "0.2" rand = "0.8.5" -rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.5.0", default-features = false, features = ["addr", "blocking", "status"] } +rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", default-features = false, features = ["addr", "blocking", "status"] } serde = "1.0" serde_derive = "1.0" serde_json = "1.0" |