Update Rust crate quick-xml to 0.39.0
All checks were successful
Build and Test / account (push) Successful in 7m50s

This commit is contained in:
Spacebot 2026-04-28 22:00:59 +00:00
commit ef3a33fd5d
2 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ incremental = false
rocket = { version = "0.5.1", features = ["json"] }
serde = { version = "1.0.218", features = ["derive"] }
log = "0.4.26"
quick-xml = { version = "0.37.2", features = ["serialize"] }
quick-xml = { version = "0.39.0", features = ["serialize"] }
tokio = "1.43.0"
dotenvy = "0.15.7"
once_cell = "1.20.3"