aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-05-07 09:01:25 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-05-07 09:01:25 +0200
commita3c0234c7f3f0c857cac06d2099111724a3144b9 (patch)
tree0dbe91b72837bca347a1ac03246455e2198f0c51
parent02827aa8d29c072e4eefdc946075d30ccfaad70e (diff)
bump rsdsl_netlinkd to v0.2.0
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1711baa..de236b8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
diff --git a/Cargo.toml b/Cargo.toml
index 8df1c23..d9f9f2d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"