diff options
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -441,8 +441,8 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "rsdsl_netlinklib" -version = "0.4.3" -source = "git+https://github.com/rsdsl/netlinklib.git#526c694bcdb08da99aab6da308775fe5e0164b95" +version = "0.4.4" +source = "git+https://github.com/rsdsl/netlinklib.git#b37c7a2b7692a4f8aa57865df4c00de07a5666dc" 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.4.3", features = ["addr", "blocking", "status"], default-features = false } +rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.4.4", features = ["addr", "blocking", "status"], default-features = false } signal-hook = "0.3.17" socket2 = { version = "0.5.2", features = ["all"] } thiserror = "1.0" |