From fbea42e5494c96174097bf3809a5b53d11d68a48 Mon Sep 17 00:00:00 2001 From: Vika Date: Tue, 8 Aug 2023 14:56:37 +0300 Subject: templates-neo: fix hacks around the `html` crate Finally I can properly add child elements without using the string hack. --- templates-neo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates-neo/Cargo.toml') diff --git a/templates-neo/Cargo.toml b/templates-neo/Cargo.toml index c0b426c..09abbfb 100644 --- a/templates-neo/Cargo.toml +++ b/templates-neo/Cargo.toml @@ -16,7 +16,7 @@ rand = "^0.8.5" [dependencies] ellipse = "^0.2.0" http = "^0.2.7" -html = "^0.5.2" +html = "^0.6.0" serde_json = "^1.0.64" include_dir = "^0.7.2" axum = "^0.6.18" -- cgit 1.4.1