aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-05-07 09:03:08 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-05-07 09:03:08 +0200
commit59500b97a18e03c08cb7e7e5620e9e7e710514f8 (patch)
treebba53cb7324d802f84b61e555bf142d19d701ac0
parentc39c1cdba48b05de74c18c052476815ae4bf938b (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 e4bd529..a94c1ba 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1061,8 +1061,8 @@ dependencies = [
[[package]]
name = "rsdsl_netlinkd"
-version = "0.1.1"
-source = "git+https://github.com/rsdsl/netlinkd.git#2786f531586d85a70c56f86473cc286603da09b3"
+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 876a970..08f5681 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ libc = "0.2.143"
notify = "5.1.0"
reqwest = { version = "0.11.17", features = ["blocking"] }
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"
socket2 = { version = "0.5.2", features = ["all"] }