summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-07-08 13:52:59 +0300
committerLars Wirzenius <liw@liw.fi>2022-07-08 14:14:12 +0300
commita2e10c23459783dd9568d30aa4a50aa42bcc5e40 (patch)
tree380a776160305c9e2cbbe1adeb6c6812b3a57ee8 /Cargo.lock
parenta5b76cbe6d764bac162707dbc452ebb5476f9c8a (diff)
downloadriki-a2e10c23459783dd9568d30aa4a50aa42bcc5e40.tar.gz
fix: attribute value quoting
Sponsored-by: author
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock16
1 files changed, 16 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 931c65e..dfb841c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -450,6 +450,15 @@ dependencies = [
]
[[package]]
+name = "html-escape"
+version = "0.2.11"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b8e7479fa1ef38eb49fb6a42c426be515df2d063f06cb8efd3e50af073dbc26c"
+dependencies = [
+ "utf8-width",
+]
+
+[[package]]
name = "humansize"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -926,6 +935,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"fehler",
+ "html-escape",
"log",
"pandoc",
"pandoc_ast 0.8.0",
@@ -1557,6 +1567,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
[[package]]
+name = "utf8-width"
+version = "0.1.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1"
+
+[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"