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. --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 774d5f8..ef2030b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1310,18 +1310,18 @@ dependencies = [ [[package]] name = "html" -version = "0.5.2" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc3a7577238029a2704c53d9571a1e5c67f36ea9f487b03b405df8b64030cacf" +checksum = "e75c7e7321db52934cd91225ae7b6ecfe03920d3521a2357f186bcafa6b2ec14" dependencies = [ "html-sys", ] [[package]] name = "html-sys" -version = "0.3.1" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05eabf4b1d6f9cf57ee8ddaab1a3065ae8394c5cb08d80f9b49d9ebe9307b56d" +checksum = "b7d441fe4819dca7694335441917634ab425e1c2e4aa085134d8b5b6cbabd200" [[package]] name = "html5ever" -- cgit 1.4.1