about summary refs log tree commit diff
path: root/Cargo.lock
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 /Cargo.lock
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 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
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"