chore(cargo): bump quick-xml from 0.37.5 to 0.38.3

This commit is contained in:
iequidoo
2025-10-02 05:55:12 -03:00
committed by iequidoo
parent 8eddcfc9d2
commit e0d123f732
6 changed files with 62 additions and 40 deletions

View File

@@ -82,7 +82,7 @@ percent-encoding = "2.3"
pgp = { version = "0.17.0", default-features = false }
pin-project = "1"
qrcodegen = "1.7.0"
quick-xml = "0.37"
quick-xml = { version = "0.38", features = ["escape-html"] }
rand = { workspace = true }
regex = { workspace = true }
rusqlite = { workspace = true, features = ["sqlcipher"] }