Compare commits

...

1 commit

Author SHA1 Message Date
bc458bc266 Update Rust crate quick-xml to 0.39 2026-04-28 14:19:31 +00:00

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"