summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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]