fix(maven): return escaped summary for project description (#5839)

* fix(maven): return escaped summary for project description

* build: add quickxml to labrinth

* fix(maven): use quickxml to escape xml special chars
This commit is contained in:
Sychic
2026-04-19 10:58:32 -04:00
committed by GitHub
parent 281bf066de
commit d1b122fb21
3 changed files with 4 additions and 1 deletions

View File

@@ -80,6 +80,7 @@ murmur2 = { workspace = true }
paste = { workspace = true }
path-util = { workspace = true }
prometheus = { workspace = true }
quick-xml = { workspace = true }
rand = { workspace = true }
rand_chacha = { workspace = true }
redis = { workspace = true, features = ["ahash", "r2d2", "tokio-comp"] }