diff options
author | Himbeer <himbeer@disroot.org> | 2025-03-18 15:28:12 +0100 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2025-03-18 15:28:12 +0100 |
commit | 77e107bbfa38bdbef9e201126cb70a2f48f13921 (patch) | |
tree | 737c725a50035ea05b59901a2665b483fa140158 | |
parent | 7a43892e19ee0b9c14f897e3d6c58db34331b0d6 (diff) |
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -432,8 +432,8 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[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", @@ -5,7 +5,7 @@ edition = "2021" [dependencies] pnet_packet = "0.33.0" -rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.5.0", features = ["addr", "blocking", "status"], default-features = false } +rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", features = ["addr", "blocking", "status"], default-features = false } signal-hook = "0.3.17" socket2 = { version = "0.5.2", features = ["all"] } thiserror = "1.0" |