aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-05-07 08:59:03 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-05-07 08:59:03 +0200
commit0e8c19cda9c400e7b9304dd3975b3bee1dfc2f60 (patch)
tree7fcc06919a049754dd158b83b0aa9ae98d219e01
parent8f420dacf26870b995874c34bb807bc89e589411 (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 a300f02..b36c53a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -652,8 +652,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 0.15.0",
diff --git a/Cargo.toml b/Cargo.toml
index 2f640cf..115ac0e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ ipnet = "2.7.1"
libc = "0.2"
linkaddrs = { git = "https://github.com/HimbeerserverDE/linkaddrs.git", version = "0.1.0" }
rand = "0.8.5"
-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 = "1.0"
serde_derive = "1.0"
serde_json = "1.0"