escape strings in feeds

This commit is contained in:
2025-10-25 23:55:56 +01:00
parent cc5528f170
commit 78c3780651
3 changed files with 13 additions and 1 deletions

7
Cargo.lock generated
View File

@@ -566,6 +566,7 @@ dependencies = [
"poem-openapi",
"rusqlite",
"tokio",
"xml",
]
[[package]]
@@ -1351,3 +1352,9 @@ name = "wit-bindgen"
version = "0.45.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c573471f125075647d03df72e026074b7203790d41351cd6edc96f46bcccd36"
[[package]]
name = "xml"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58a4274c410d957424a1502b21126915b45d9956b2f80a88d4f6f906af29facc"