diff options
author | HampusM <hampus@hampusmat.com> | 2023-03-02 20:12:29 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-03-02 20:12:29 +0100 |
commit | 59e7cedcfb18a86bc8ffe4d8523c192c6025d735 (patch) | |
tree | 362115ee3331c0689f5027f87ae0938a7f6f605e | |
parent | 743e973e63487c14325c6e8e27884d5366846d2c (diff) |
build: enable quick-xml escape-html feature
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |