diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-05-07 09:01:25 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-05-07 09:01:25 +0200 |
commit | a3c0234c7f3f0c857cac06d2099111724a3144b9 (patch) | |
tree | 0dbe91b72837bca347a1ac03246455e2198f0c51 | |
parent | 02827aa8d29c072e4eefdc946075d30ccfaad70e (diff) |
bump rsdsl_netlinkd to v0.2.0
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -910,8 +910,8 @@ dependencies = [ [[package]] name = "rsdsl_netlinkd" -version = "0.1.1" -source = "git+https://github.com/rsdsl/netlinkd.git#7801ce57a992e101237f80dafdfec97a53333813" +version = "0.2.0" +source = "git+https://github.com/rsdsl/netlinkd.git#dd053bc60bba68c8754905c3968d16fb9ba98514" dependencies = [ "futures-util", "netlink-packet-route", @@ -13,7 +13,7 @@ md5 = "0.7.0" pppoe = { git = "https://github.com/rsdsl/pppoe-rs.git", version = "0.1.0", features = ["socket"] } rand = "0.8.5" rsdsl_ip_config = { git = "https://github.com/rsdsl/ip_config.git", version = "0.1.0" } -rsdsl_netlinkd = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.1.1" } +rsdsl_netlinkd = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.2.0" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" |