about summary refs log tree commit diff
path: root/templates-neo/Cargo.toml
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2023-08-08 14:56:37 +0300
committerVika <vika@fireburn.ru>2023-08-08 14:56:37 +0300
commitfbea42e5494c96174097bf3809a5b53d11d68a48 (patch)
treeda8e5cfde49692105552fcb38382bcf25db92172 /templates-neo/Cargo.toml
parent108c462126b5da4a584d432e64371333d090a004 (diff)
templates-neo: fix hacks around the `html` crate
Finally I can properly add child elements without using the string hack.
Diffstat (limited to 'templates-neo/Cargo.toml')
-rw-r--r--templates-neo/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"