diff options
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -472,8 +472,8 @@ dependencies = [ [[package]] name = "rsdsl_netlinklib" -version = "0.1.2" -source = "git+https://github.com/rsdsl/netlinklib.git#d12f01295f4a108073e7e8f9f50fc57257300950" +version = "0.2.1" +source = "git+https://github.com/rsdsl/netlinklib.git#e90ee46c1aeb83973da25e9b104c896baddc475d" dependencies = [ "futures", "libc", @@ -8,7 +8,7 @@ edition = "2021" [dependencies] ipnet = "2.8.0" rsdsl_ip_config = { git = "https://github.com/rsdsl/ip_config.git", version = "0.2.4" } -rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.1.2", features = ["blocking"] } +rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.2.1", features = ["blocking"] } rsdsl_pd_config = { git = "https://github.com/rsdsl/pd_config.git", version = "0.1.0" } serde_json = "1.0" signal-hook = "0.3.17" |