From 59e7cedcfb18a86bc8ffe4d8523c192c6025d735 Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 2 Mar 2023 20:12:29 +0100 Subject: build: enable quick-xml escape-html feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- cgit v1.2.3-18-g5258