summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2023-03-02 20:12:29 +0100
committerHampusM <hampus@hampusmat.com>2023-03-02 20:12:29 +0100
commit59e7cedcfb18a86bc8ffe4d8523c192c6025d735 (patch)
tree362115ee3331c0689f5027f87ae0938a7f6f605e /Cargo.toml
parent743e973e63487c14325c6e8e27884d5366846d2c (diff)
build: enable quick-xml escape-html feature
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 538a569..98bb704 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
include_dir = "0.7.3"
-quick-xml = "0.27.1"
+quick-xml = { version = "0.27.1", features = ["escape-html"] }
thiserror = "1.0.38"
[dev-dependencies]