diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-11-15 18:08:11 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-11-15 18:08:11 +0100 |
commit | 22bc3bba40fac7139ace0ec65fd9c70906fc7358 (patch) | |
tree | 3fbf9cd3c87827a382115b36c8df926ff81167ba | |
parent | 50f31d9a512012a894d2165d6d04e2d387ac92c4 (diff) |
cargo update
-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" |