From 356a7b03fd70a957d36f310a6b93add85f818264 Mon Sep 17 00:00:00 2001 From: Paul Maruhn <paulmaruhn@posteo.de> Date: Fri, 14 May 2021 00:54:53 +0200 Subject: [PATCH] update dependencies --- ffddns-web/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ffddns-web/Cargo.toml b/ffddns-web/Cargo.toml index 41e6fdd..05ce72c 100644 --- a/ffddns-web/Cargo.toml +++ b/ffddns-web/Cargo.toml @@ -16,3 +16,5 @@ tera = "1.6.1" log = "*" serde_json = "1.0.64" serde = {version = "1.0.125", features = ["derive"]} +toml = "0.5.8" +lazy_static = "1.4.0" -- GitLab