aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-07-28 11:30:57 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-07-28 11:30:57 +0200
commita31c8053aeaa7c779f1ad71af4ff947131930092 (patch)
tree5c4fbe343133bff106ba3911f505449a39d18e5b /Cargo.toml
parent1b36f7aa031dec50d5eaadad2f7a4893c6aa30e6 (diff)
update dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 778db92..663fd70 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ notify = "5.1.0"
reqwest = { version = "0.11.17", default-features = false, features = ["blocking", "rustls-tls"] }
rsdsl_he_config = { git = "https://github.com/rsdsl/he_config.git", version = "0.1.0" }
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.3.1" }
+rsdsl_netlinkd = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.3.2" }
serde_json = "1.0"
socket2 = { version = "0.5.2", features = ["all"] }
thiserror = "1.0"