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

1
Cargo.lock generated
View File

@@ -4941,6 +4941,7 @@ dependencies = [
"paste",
"path-util",
"prometheus",
"quick-xml 0.38.3",
"rand 0.8.5",
"rand_chacha 0.3.1",
"redis",