Update Rust crate quick-xml to 0.41
All checks were successful
Build and Test / rust-boss (push) Successful in 6m19s

This commit is contained in:
Spacebot 2026-06-29 18:16:38 +00:00
commit 1f27b24f1e

View file

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