Update Rust crate quick-xml to 0.39

This commit is contained in:
Spacebot 2026-04-28 14:19:31 +00:00
commit bc458bc266

View file

@ -10,7 +10,7 @@ dotenvy = "0.15.7"
sqlx = { version = "0.8.3", features = [ "postgres", "runtime-tokio", "macros", "chrono" ] }
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1"
quick-xml = { version = "0.31", features = [ "serialize" ] }
quick-xml = { version = "0.39", features = [ "serialize" ] }
chrono = { version = "0.4", features = [ "serde" ] }
sha1 = "0.10"
sha2 = "0.10"